Commit 41ef9e43a9dd86a733caeb63167bebf577c0f46c
1 parent
56148d96a2
Exists in
master
Update remove
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
scripts/remove
... | ... | @@ -9,4 +9,6 @@ mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localh |
9 | 9 | sudo rm -rf /var/www/owncloud |
10 | 10 | sudo rm -f /etc/nginx/conf.d/$domain.d/owncloud.conf |
11 | 11 | sudo rm -f /etc/php5/fpm/pool.d/owncloud.conf |
12 | +sudo service php5-fpm restart | |
12 | 13 | sudo userdel owncloud > /dev/null 2>&1 |
14 | +sudo service nginx reload |