diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 14:20:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-15 14:20:26 -0200 |
commit | fc711008b519f254ef56ec80565502d5041d4f7b (patch) | |
tree | b1322bd60e61451e12f0611d51afc5b6297753a8 /share | |
parent | 2d8106f3a838aadd4e2bc419d21ad4bd37520273 (diff) | |
download | hydra-fc711008b519f254ef56ec80565502d5041d4f7b.tar.gz hydra-fc711008b519f254ef56ec80565502d5041d4f7b.tar.bz2 |
Removing old php config on system-upgrade
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/system-upgrade | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index 1878fed..e7b6703 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -67,7 +67,11 @@ apt-get autoremove # Custom procedures if [ "$nextrelease" == "wheezy" ]; then + # Old suhosin config rm -f /etc/php5/conf.d/suhosin.ini + + # This has to be manually installed again + rm -f /etc/php5/cli/conf.d/uploadprogress.ini fi # Enable puppet again |