Update build.func

This commit is contained in:
CanbiZ 2024-12-09 09:39:16 +01:00
parent 03301f12d2
commit 9e90ab1921

View File

@ -587,7 +587,7 @@ install_script() {
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone) timezone=$(cat /etc/timezone)
header_info header_info
while true; do while true; do
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \ CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \
15 60 4 \ 15 60 4 \
"1" "Yes" \ "1" "Yes" \
@ -626,7 +626,7 @@ while true; do
echo -e "${CROSS}${RD} Invalid option, please try again.${CL}" echo -e "${CROSS}${RD} Invalid option, please try again.${CL}"
;; ;;
esac esac
done done
check_container_resources() { check_container_resources() {