From e57c7fc9f794d7ef64a0f6f2bdd5309a7760b84e Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 22 Oct 2021 17:10:51 -0400 Subject: [PATCH] Fix installer --- script-system-scheduled-restart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-system-scheduled-restart b/script-system-scheduled-restart index 4955e3b6..76b791ec 100755 --- a/script-system-scheduled-restart +++ b/script-system-scheduled-restart @@ -13,7 +13,7 @@ is_root ask_ok "Set a scheduled reboot for $time?" || exit 1 -cat <<- "EOF" > "/usr/lib/systemd/system/scheduled-reboot.timer" +cat <<- EOF > "/usr/lib/systemd/system/scheduled-reboot.timer" [Unit] Description=Scheduled reboot