scripts/deploy: support "--force-reboot" as alternate spelling to "--reboot-force"

This commit is contained in:
2025-04-28 04:15:45 +00:00
parent c0c01f355b
commit be83452c4a

View File

@@ -94,7 +94,7 @@ parseArgs() {
(--reboot)
doReboot=1
;;
(--reboot-force)
(--reboot-force|--force-reboot)
doReboot=1
doRebootForce=1
;;