X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fstopdaemons.sh;fp=scripts%2Fstopdaemons.sh;h=b4a3725d8dcfba215f1785c87e001b0b82879309;hb=2abb01e7cb42483dd0dcce39e1aa6f9189bdaac4;hp=35841b64a85008e8dc509220b3bcbc487fcd271f;hpb=6af981361723a102b11e070753cf06a7f7135b35;p=quix0rs-gnu-social.git diff --git a/scripts/stopdaemons.sh b/scripts/stopdaemons.sh index 35841b64a8..b4a3725d8d 100755 --- a/scripts/stopdaemons.sh +++ b/scripts/stopdaemons.sh @@ -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)