mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 00:42:23 +00:00
Update select_linux_iso.sh
This commit is contained in:
parent
191a5ed025
commit
d1c70c04b6
@ -254,7 +254,7 @@ function select_linux_other_scripts() {
|
|||||||
"${OTHER_OPTIONS[@]}" 3>&1 1>&2 2>&3)
|
"${OTHER_OPTIONS[@]}" 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
if [[ $? -ne 0 || "$choice" == "3" ]]; then
|
if [[ $? -ne 0 || "$choice" == "3" ]]; then
|
||||||
return
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
@ -273,9 +273,12 @@ function select_linux_other_scripts() {
|
|||||||
|
|
||||||
whiptail --title "Proxmox VE Helper-Scripts" \
|
whiptail --title "Proxmox VE Helper-Scripts" \
|
||||||
--msgbox "$(translate "Visit the website to discover more scripts, stay updated with the latest updates, and support the project:\n\nhttps://community-scripts.github.io/ProxmoxVE")" 15 70
|
--msgbox "$(translate "Visit the website to discover more scripts, stay updated with the latest updates, and support the project:\n\nhttps://community-scripts.github.io/ProxmoxVE")" 15 70
|
||||||
|
|
||||||
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user