Fork rebuild process
authorCameron Ball <cameron@cameron1729.xyz>
Sun, 5 May 2019 07:18:37 +0000 (15:18 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Sun, 5 May 2019 07:19:00 +0000 (15:19 +0800)
src/gnb.php

index 97e2793..debfb55 100644 (file)
@@ -77,11 +77,11 @@ getTelegram()->addCommand(
         public function handle($arguments) {
             $this->replyWithMessage(
                 [
-                    'text' => "Building songs hash... This will take a while."
+                    'text' => "Building songs hash list... This will take a while."
                 ]
             );
 
-            exec('/root/hashghen.sh');
+            exec('/root/hashghen.sh notify > /dev/null &');
         }
     }
 );