From 577054815e4426ec1e1a44d3c65b3a6bb124a6ec Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 22 Oct 2021 17:07:41 -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 d20063b2..f54122d7 100755 --- a/script-system-scheduled-restart +++ b/script-system-scheduled-restart @@ -9,7 +9,7 @@ is_root [[ $# -eq 0 ]] && time='*-*-* 01:30:00' # 1:30AM [[ $# -gt 1 ]] && time="$*" -script-system-update +./script-system-update ask_ok "Set a scheduled reboot for $time?" || exit 1