mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Fix linter warning
This commit is contained in:
parent
293a61bb99
commit
b9a63629fb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=1
|
||||||
|
|
||||||
if [ -f "/etc/uwsgi/apps-available/$app.ini" ]; then
|
if [ -f "/etc/uwsgi/apps-available/$app.ini" ]; then
|
||||||
ynh_systemd_action --service_name "uwsgi-app@$app.service" --action stop
|
ynh_systemd_action --service_name "uwsgi-app@$app.service" --action stop
|
||||||
systemctl disable "uwsgi-app@$app.service"
|
systemctl disable "uwsgi-app@$app.service" --quiet
|
||||||
yunohost service remove "uwsgi-app@$app" || true
|
yunohost service remove "uwsgi-app@$app" || true
|
||||||
|
|
||||||
ynh_secure_remove --file="/etc/uwsgi/apps-available/$app.ini"
|
ynh_secure_remove --file="/etc/uwsgi/apps-available/$app.ini"
|
||||||
|
|
Loading…
Reference in a new issue