1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

remove script fixe

This commit is contained in:
Bachir Soussi Chiadmi 2016-07-10 20:49:11 +02:00
parent 4239867e2f
commit 0595f102b1

View file

@ -18,7 +18,7 @@ root_pwd=$(sudo cat /etc/yunohost/mysql)
mysql -u root -p $root_pwd -e "DROP DATABASE $dbname ; DROP USER $dbuser@localhost ;"
sudo rm -rf /var/www/$app
rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo service nginx reload
sudo rm -Rf /var/log/$app