mirror of
https://github.com/tteck/Proxmox.git
synced 2025-01-28 23:41:34 +00:00
Update alpine-docker.sh
indent update
This commit is contained in:
parent
ac82a25d4c
commit
bb30640180
@ -52,7 +52,7 @@ function default_settings() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function update_script() {
|
function update_script() {
|
||||||
while true; do
|
while true; do
|
||||||
CHOICE=$(
|
CHOICE=$(
|
||||||
whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \
|
whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \
|
||||||
"1" "Check for Docker Updates" 3>&2 2>&1 1>&3
|
"1" "Check for Docker Updates" 3>&2 2>&1 1>&3
|
||||||
@ -69,7 +69,7 @@ while true; do
|
|||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user