From d30ceda76df7b7970e81e069033a5592b5795c08 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 24 Dec 2020 20:05:30 +0100 Subject: [PATCH] Please add --quiet to systemctl enable/disable commands --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 6907a74..24d40ff 100644 --- a/scripts/restore +++ b/scripts/restore @@ -106,7 +106,7 @@ ynh_mongo_restore_db --database="$db_name" < ./dump.bson ynh_script_progression --message="Restoring the systemd configuration..." ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -systemctl enable $app.service +systemctl enable $app.service --quiet #================================================= # INTEGRATE SERVICE IN YUNOHOST