Updates and fixes
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
2022-04-06 22:59:58 +03:00
committed by Lauri Võsandi
parent f3d01845be
commit ee987dc516
7 changed files with 178 additions and 94 deletions

View File

@@ -42,6 +42,11 @@ if [ $bk_action == "provision" ]; then
poweroff -f
fi
if [ $bk_action == "poweroff" ]; then
poweroff -f
fi
while [ 1 ]; do
action=$(dialog --no-cancel --menu "What do you want to do" 0 0 0 \
provision "Provision this machine" \