From 4e2e3fa1a7a7366a05944f9b9bca0833cfd6ecb4 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 26 Aug 2024 17:05:20 +0200 Subject: [PATCH] =?UTF-8?q?=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/restore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index e93d20d..5607872 100755 --- a/scripts/restore +++ b/scripts/restore @@ -137,9 +137,9 @@ then ynh_restore_file --origin_path="/etc/systemd/system/${app}-notify-push-watcher.service" ynh_restore_file --origin_path="/etc/systemd/system/${app}-notify-push-watcher.path" - systemctl enable --now "${app}-notify-push".service --quiet - systemctl enable --now "${app}-notify-push-watcher".service --quiet - systemctl enable --now "${app}-notify-push-watcher".path --quiet + systemctl enable --now "${app}-notify-push-watcher.service" --quiet + systemctl enable --now "${app}-notify-push-watcher.path" --quiet + systemctl enable --now "${app}-notify-push.service" --quiet fi #=================================================