From 72de6eeb509450e5395405deccfd5d7792e13226 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Tue, 8 Feb 2022 14:16:49 +0100 Subject: [PATCH] Fix a log in restore script --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 56004b5..a4cfeaa 100644 --- a/scripts/restore +++ b/scripts/restore @@ -91,7 +91,7 @@ ynh_restore_uwsgi_service # RELOAD NGINX AND UWSGI #================================================= -ynh_script_progression --message="Starting pgadmin services..." --weight=3 +ynh_script_progression --message="Starting $app services..." --weight=3 ynh_systemd_action --service_name "uwsgi-app@$app.service" \ --line_match "WSGI app 0 \(mountpoint='[/[:alnum:]_-]*'\) ready in [[:digit:]]* seconds on interpreter" --log_path "/var/log/uwsgi/$app/$app.log" ynh_systemd_action --service_name=nginx --action=reload