From 4bd36ae81e0a295858a50f4500faf89a8d283a88 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 6 Apr 2021 01:02:40 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 130c287..52dced5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -126,7 +126,7 @@ if [ "$launch_on_boot" -eq 0 ] then systemctl disable "$app" else - systemctl enable "$app".service + systemctl enable "$app".service --quiet fi #=================================================