mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Update _common.sh
This commit is contained in:
parent
5e6cdf888f
commit
8c71a368ae
1 changed files with 1 additions and 1 deletions
|
@ -123,8 +123,8 @@ ynh_add_uwsgi_service () {
|
||||||
ynh_remove_uwsgi_service () {
|
ynh_remove_uwsgi_service () {
|
||||||
local finaluwsgiini="/etc/uwsgi/apps-available/$app.ini"
|
local finaluwsgiini="/etc/uwsgi/apps-available/$app.ini"
|
||||||
if [ -e "$finaluwsgiini" ]; then
|
if [ -e "$finaluwsgiini" ]; then
|
||||||
systemctl disable "uwsgi-app@$app.service"
|
|
||||||
yunohost service remove "uwsgi-app@$app"
|
yunohost service remove "uwsgi-app@$app"
|
||||||
|
systemctl disable "uwsgi-app@$app.service"
|
||||||
|
|
||||||
ynh_secure_remove --file="$finaluwsgiini"
|
ynh_secure_remove --file="$finaluwsgiini"
|
||||||
ynh_secure_remove --file="/var/log/uwsgi/$app"
|
ynh_secure_remove --file="/var/log/uwsgi/$app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue