mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +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)
|
||||
|
||||
if [[ $? -ne 0 || "$choice" == "3" ]]; then
|
||||
return
|
||||
return 1
|
||||
fi
|
||||
|
||||
case "$choice" in
|
||||
@ -273,9 +273,12 @@ function select_linux_other_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
|
||||
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user