From ca46c7cd1ab8988882a04a2e6778fa8c6cec9171 Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 18 Oct 2023 21:38:48 +0200 Subject: [PATCH] Fix backup --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 71dc32f..9158759 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -110,7 +110,7 @@ ynh_backup_uwsgi_service () { ynh_backup --src_path="/etc/uwsgi/apps-available/$app.ini" if [ -e "/etc/systemd/system/uwsgi-app@$app.service.d" ]; then ynh_backup --src_path="/etc/systemd/system/uwsgi-app@$app.service.d" - FI + fi } # Restore the dedicated uwsgi config