stanley-king 7 anni fa
parent
commit
4fc6ebdaaf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)