projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c44ec
)
addsite: Run update-php.ini.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 24 Apr 2009 19:33:33 +0000
(21:33 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 24 Apr 2009 19:33:33 +0000
(21:33 +0200)
usr/local/bin/addsite
patch
|
blob
|
history
diff --git
a/usr/local/bin/addsite
b/usr/local/bin/addsite
index 6c0749a3b495580b5dafd78cc877db171e9dcdee..2d8d235aa31d2638b18623e881e7c9cf4f2fcc90 100755
(executable)
--- 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!