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:
parent
f2689b623c
commit
d2e959c827
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue