Commit 18089b6a292428dde0120400dbfd8778b7ba63a0
1 parent
5d56551e4e
Exists in
master
Update remove
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
scripts/remove
... | ... | @@ -9,4 +9,4 @@ 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 userdel owncloud > /dev/null 2>&1 | |
12 | +sudo /usr/sbin/userdel owncloud > /dev/null 2>&1 |