mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-14 03:39:16 +00:00
Update build.func
This commit is contained in:
parent
03301f12d2
commit
9e90ab1921
@ -587,7 +587,7 @@ install_script() {
|
||||
NEXTID=$(pvesh get /cluster/nextid)
|
||||
timezone=$(cat /etc/timezone)
|
||||
header_info
|
||||
while true; do
|
||||
while true; do
|
||||
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \
|
||||
15 60 4 \
|
||||
"1" "Yes" \
|
||||
@ -626,7 +626,7 @@ while true; do
|
||||
echo -e "${CROSS}${RD} Invalid option, please try again.${CL}"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
done
|
||||
|
||||
|
||||
check_container_resources() {
|
||||
|
Loading…
Reference in New Issue
Block a user