have to provide full path for daemons

This commit is contained in:
Evan Prodromou
2009-09-21 14:42:20 -04:00
parent 98924a80d7
commit f6c70ea327
2 changed files with 12 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ DAEMONS=`php $DIR/getvaliddaemons.php $ARGSG`
for f in $DAEMONS; do
printf "Starting $f...";
php $DIR/$f $ARGSD
php $f $ARGSD
printf "DONE.\n"
done