From 3f42cd562de741f83c9437ca988fb9022e632db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 11 Dec 2023 11:53:45 +0100 Subject: [PATCH] fix upgrade --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index b3b958a..cd910ac 100755 --- a/scripts/restore +++ b/scripts/restore @@ -32,7 +32,7 @@ ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./ ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1 ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" -ynh_restore_file --src_path "/etc/nginx/conf.d/monitorix_status.conf" +ynh_restore_file --origin_path "/etc/nginx/conf.d/monitorix_status.conf" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable $app.service --quiet