X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fstopdaemons.sh;h=274f0903e25a75ad1c5ff5347333b06818625885;hb=e8d1bb25469fe1ef0cbcb32c3022010997aca4b0;hp=e725dd0bf0064588e490eecb90def35bc4d10ba9;hpb=d32fef60394dbacca2f1dec24fd55043e328d0d1;p=quix0rs-gnu-social.git diff --git a/scripts/stopdaemons.sh b/scripts/stopdaemons.sh index e725dd0bf0..274f0903e2 100755 --- a/scripts/stopdaemons.sh +++ b/scripts/stopdaemons.sh @@ -39,9 +39,9 @@ if [ $# -gt 1 ]; then fi SDIR=`dirname $0` -DIR=`php $SDIR/getpiddir.php $SITE` +DIR=`$SDIR/getpiddir.php $SITE` -DAEMONS=`php $SDIR/getvaliddaemons.php $ARGSG` +DAEMONS=`$SDIR/getvaliddaemons.php $ARGSG` for f in $DAEMONS; do f=$(basename $f .php)