From 31ad24bcadee9ddc562e02bc247d4c65d34fdc30 Mon Sep 17 00:00:00 2001 From: tytan652 Date: Wed, 30 Dec 2020 15:28:34 +0100 Subject: [PATCH] fix(level 5): add --quiet to systemctl in restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 4d0dee4..20eb2bf 100644 --- a/scripts/restore +++ b/scripts/restore @@ -96,7 +96,7 @@ ynh_restore_file --origin_path=/etc/systemd/system/wireguard_ui.service ynh_restore_file --origin_path=/etc/systemd/system/wireguard.path ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -systemctl enable wireguard.path +systemctl enable --quiet wireguard.path #================================================= # INTEGRATE SERVICE IN YUNOHOST