From 6ac2807c051b2ac0c722b9a9f3d36252e5e818b1 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 fb01c63..8f74e90 100755 --- a/scripts/restore +++ b/scripts/restore @@ -140,7 +140,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