mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-20 00:48:05 +00:00
Update build.func
This commit is contained in:
parent
4c2965f850
commit
6e90b44e7e
@ -593,13 +593,13 @@ install_script() {
|
|||||||
"1" "Default Settings" \
|
"1" "Default Settings" \
|
||||||
"2" "Default Settings (with verbose)" \
|
"2" "Default Settings (with verbose)" \
|
||||||
"3" "Advanced Settings" \
|
"3" "Advanced Settings" \
|
||||||
"4" "Exit" 3>&1 1>&2 2>&3)
|
"4" "Exit" --no-cancel 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "${CROSS}${RD} Menu canceled. Exiting.${CL}"
|
echo -e "${CROSS}${RD} Menu canceled. Exiting.${CL}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
1)
|
1)
|
||||||
header_info
|
header_info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user