From 0238c8441479763412bfddcfbdb9857c89e58fb2 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 9 Jun 2021 18:50:21 +0200 Subject: [PATCH] fix the restore script --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 939145b..1e6e7b2 100755 --- a/scripts/restore +++ b/scripts/restore @@ -85,7 +85,7 @@ then ynh_restore_file --origin_path="/etc/systemd/system/${app}-notify-push.service" - systemctl enable $app.service --quiet + systemctl enable "${app}-notify-push".service --quiet ynh_systemd_action --service_name="${app}-notify-push" --action=restart fi