wesmiler 1 năm trước cách đây
mục cha
commit
a32d353373

+ 1 - 0
app/Console/Commands/SwooleTask.php

@@ -185,6 +185,7 @@ class SwooleTask extends Command
 
         // 直接杀
         $stoSh = base_path().'/crontab/swooleTaskStop.sh';
+        echo $stoSh;
         if(file_exists($stoSh) && function_exists('exec')){
             exec("{$stoSh}");
         }

+ 1 - 0
app/Console/Commands/WalletTask.php

@@ -186,6 +186,7 @@ class WalletTask extends Command
 
         // 直接杀
         $stoSh = base_path().'/crontab/walletTaskStop.sh';
+        echo $stoSh;
         if(file_exists($stoSh) && function_exists('exec')){
             exec("{$stoSh}");
         }