1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Update remove

This commit is contained in:
abeudin 2014-05-29 12:45:50 +02:00
parent f2689b623c
commit d2e959c827

View file

@ -2,10 +2,11 @@
domain=$(sudo yunohost app setting searx domain)
sudo rm -Rf /opt/searx
sudo rm -Rf /opt/yunohost/searx
sudo rm -f /etc/uwsgi/apps-enabled/searx.ini
sudo rm -f /etc/uwsgi/apps-available/searx.ini
sudo rm -f /etc/nginx/conf.d/$domain.d/searx.conf
sudo userdel searx
sudo service uwsgi stop
sudo killall uwsgi
sudo service uwsgi start