From f4ad711fe9d13c16df156105189c2b0f5fc62204 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 10 Jan 2021 11:43:09 +0100 Subject: [PATCH] Quiet systemctl in restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 54e4879..410f372 100644 --- a/scripts/restore +++ b/scripts/restore @@ -89,7 +89,7 @@ ynh_install_nodejs --nodejs_version=$nodejs_version ynh_script_progression --message="Restoring the systemd configuration..." --weight=1 ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -systemctl enable $app.service +systemctl enable $app.service --quiet #================================================= # INTEGRATE SERVICE IN YUNOHOST