wesmiler 2 年之前
父节点
当前提交
a32d353373
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      app/Console/Commands/SwooleTask.php
  2. 1 0
      app/Console/Commands/WalletTask.php

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

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

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

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