addsite: Run update-php.ini.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 24 Apr 2009 19:33:33 +0000 (21:33 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 24 Apr 2009 19:33:33 +0000 (21:33 +0200)
usr/local/bin/addsite

index 6c0749a3b495580b5dafd78cc877db171e9dcdee..2d8d235aa31d2638b18623e881e7c9cf4f2fcc90 100755 (executable)
@@ -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!