bundles/apt: add flag to disable automatic rebooting
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4c59479d5c
commit
fb931df4f0
3 changed files with 15 additions and 5 deletions
|
@ -21,6 +21,10 @@ case "$exitcode" in
|
|||
echo "Upgrades skipped due to active SSH login"
|
||||
exit 1
|
||||
;;
|
||||
reboot)
|
||||
echo "Upgrades require a reboot, but automatic rebooting is disabled"
|
||||
exit 1
|
||||
;;
|
||||
0)
|
||||
echo "OK"
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue