Update remove
This commit is contained in:
parent
6c05658c9a
commit
a10b4ee943
@ -8,10 +8,10 @@ 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/ffsync.ini
|
||||
sudo rm -f /etc/uwsgi/apps-available/ffsync.ini
|
||||
sudo service ffsync stop
|
||||
sudo update-rc.d ffsync remove
|
||||
sudo rm /etc/init.d/ffsync
|
||||
|
||||
sudo service uwsgi stop
|
||||
sudo killall uwsgi
|
||||
sudo service uwsgi start
|
||||
|
||||
sudo service nginx reload
|
||||
sudo userdel ffsync
|
||||
|
Loading…
x
Reference in New Issue
Block a user