stanley-king il y a 7 ans
Parent
commit
4fc6ebdaaf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      qwatch.py

+ 1 - 1
qwatch.py

@@ -112,7 +112,7 @@ def main():
 	d.register_handler()
 
 	while(shutdown == False):
-		cmds = ["php", "./crontab.php", "queue", "index"]
+		cmds = ["/usr/local/php/bin/php", "./crontab.php", "queue", "index"]
 
 		for i in range(0,10):
 			subproc = subprocess.Popen(cmds,subprocess.PIPE)