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:
parent
4239867e2f
commit
0595f102b1
1 changed files with 1 additions and 1 deletions
|
@ -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 ;"
|
mysql -u root -p $root_pwd -e "DROP DATABASE $dbname ; DROP USER $dbuser@localhost ;"
|
||||||
sudo rm -rf /var/www/$app
|
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 service nginx reload
|
||||||
sudo rm -Rf /var/log/$app
|
sudo rm -Rf /var/log/$app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue