From 596eb11f05d6b80135c0f3815b450256b65926be Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 2 Dec 2020 12:29:00 +0100 Subject: [PATCH] Fix linter warning --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index f2cff50..ed331ee 100755 --- a/scripts/restore +++ b/scripts/restore @@ -109,7 +109,7 @@ yunohost service add $app --description "Haste is an open-source pastebin softwa ynh_script_progression --message="Restoring the systemd configuration..." --weight=2 ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -systemctl enable $app.service +systemctl enable $app.service --quiet #================================================= # START SYSTEMD SERVICE