]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/stopdaemons.sh
No need for php interpreter again as this script is executable.
[quix0rs-gnu-social.git] / scripts / stopdaemons.sh
index 35841b64a85008e8dc509220b3bcbc487fcd271f..b4a3725d8dcfba215f1785c87e001b0b82879309 100755 (executable)
@@ -31,9 +31,9 @@ if [ $# -gt 0 ] ; then
 fi
 
 SDIR=`dirname $0`
-DIR=`php $SDIR/getpiddir.php $SITE`
+DIR=`$SDIR/getpiddir.php $SITE`
 
-DAEMONS=`php $SDIR/getvaliddaemons.php`
+DAEMONS=`$SDIR/getvaliddaemons.php`
 
 for f in $DAEMONS; do
     f=$(basename $f .php)