]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No need for php interpreter again as this script is executable.
authorRoland Haeder <roland@mxchange.org>
Wed, 10 Sep 2014 20:06:50 +0000 (22:06 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:20:16 +0000 (00:20 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
lib/default.php
scripts/startdaemons.sh
scripts/stopdaemons.sh

index 150399bb460db66356a97f06d1afba8e409674de..24402ffb5eba40714bb95d6954aa56d8e6882efd 100644 (file)
@@ -143,7 +143,7 @@ $default =
               'delete' => false,
               'move' => true),
         'image' =>
-        array('jpegquality' => 85),
+        array('jpegquality' => 95),
         'avatar' =>
         array('server' => null,
               'dir' => PUBLICDIR . '/avatar/',
index 2ed3528c5e0d5b28338df53bb43a14d6a6d292f8..c4d86053e92b09d92d26265b292a29d6074ff6fc 100755 (executable)
@@ -35,7 +35,7 @@ if [ $# -gt 1 ]; then
 fi
 
 DIR=`dirname $0`
-DAEMONS=`php $DIR/getvaliddaemons.php $ARGSG`
+DAEMONS=`$DIR/getvaliddaemons.php $ARGSG`
 
 for f in $DAEMONS; do
 
index e725dd0bf0064588e490eecb90def35bc4d10ba9..dd41378a09e0f2ca653374f41433e09fc2b90526 100755 (executable)
@@ -39,9 +39,13 @@ if [ $# -gt 1 ]; then
 fi
 
 SDIR=`dirname $0`
-DIR=`php $SDIR/getpiddir.php $SITE`
+DIR=`$SDIR/getpiddir.php $SITE`
 
+<<<<<<< 15f4fc3b4bad6420ae8fca702b250e5c69ce5632
 DAEMONS=`php $SDIR/getvaliddaemons.php $ARGSG`
+=======
+DAEMONS=`$SDIR/getvaliddaemons.php`
+>>>>>>> No need for php interpreter again as this script is executable.
 
 for f in $DAEMONS; do
     f=$(basename $f .php)