scripts/deploy: support "--force-reboot" as alternate spelling to "--reboot-force"
This commit is contained in:
@@ -94,7 +94,7 @@ parseArgs() {
|
|||||||
(--reboot)
|
(--reboot)
|
||||||
doReboot=1
|
doReboot=1
|
||||||
;;
|
;;
|
||||||
(--reboot-force)
|
(--reboot-force|--force-reboot)
|
||||||
doReboot=1
|
doReboot=1
|
||||||
doRebootForce=1
|
doRebootForce=1
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user