Update remove
This commit is contained in:
parent
f2689b623c
commit
d2e959c827
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue