Fix installer

This commit is contained in:
2021-10-22 17:07:41 -04:00
parent dac47551af
commit 577054815e

View File

@@ -9,7 +9,7 @@ is_root
[[ $# -eq 0 ]] && time='*-*-* 01:30:00' # 1:30AM [[ $# -eq 0 ]] && time='*-*-* 01:30:00' # 1:30AM
[[ $# -gt 1 ]] && time="$*" [[ $# -gt 1 ]] && time="$*"
script-system-update ./script-system-update
ask_ok "Set a scheduled reboot for $time?" || exit 1 ask_ok "Set a scheduled reboot for $time?" || exit 1