From: Matthijs Kooijman Date: Fri, 24 Apr 2009 19:33:33 +0000 (+0200) Subject: addsite: Run update-php.ini. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=0d40af67dc1253cfe9ffc6e6d960ef7d18d2f10e;p=matthijs%2Fservers%2Fdrsnuggles.git addsite: Run update-php.ini. --- diff --git a/usr/local/bin/addsite b/usr/local/bin/addsite index 6c0749a..2d8d235 100755 --- a/usr/local/bin/addsite +++ b/usr/local/bin/addsite @@ -123,6 +123,7 @@ sudo sh -c "chown -R $HTTPD_USER \"$DIR\"/logs/access.log*" echo Updating `basename $PHP_CONFIG` sudo sed -i "s#^error_log *=.*#error_log = $DIR/$PHP_ERRORLOG#" "$DIR/$PHP_CONFIG" +sudo update-php.ini # Done!