mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Update remove
This commit is contained in:
parent
b54afce617
commit
bde94474d3
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ domain=$(sudo yunohost app setting ffsync domain)
|
|||
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||
sudo rm -rf /opt/yunohost/ffsync
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/ffsync.conf
|
||||
sudo rm -f /etc/uwsgi/apps-enabled/searx.ini
|
||||
sudo rm -f /etc/uwsgi/apps-available/searx.ini
|
||||
sudo rm -f /etc/uwsgi/apps-enabled/ffsync.ini
|
||||
sudo rm -f /etc/uwsgi/apps-available/ffsync.ini
|
||||
|
||||
sudo service uwsgi stop
|
||||
sudo killall uwsgi
|
||||
|
|
Loading…
Add table
Reference in a new issue