Update menu_Helper_Scripts.sh

This commit is contained in:
MacRimi 2025-05-22 18:57:15 +02:00
parent 363d6711d5
commit 5d82b2936b

View File

@ -31,7 +31,7 @@ fi
load_language load_language
initialize_cache initialize_cache
show_proxmenux_logo #show_proxmenux_logo
# ========================================================== # ==========================================================
# Base URL community-scripts # Base URL community-scripts
@ -157,8 +157,8 @@ show_menu() {
--yes-button "$(translate "Accept")" \ --yes-button "$(translate "Accept")" \
--no-button "$(translate "Cancel")" \ --no-button "$(translate "Cancel")" \
--yesno "$selected_description" 20 78; then --yesno "$selected_description" 20 78; then
msg_info2 "$(translate "Executing script:") $script_selection" #msg_info2 "$(translate "Executing script:") $script_selection"
sleep 2 #sleep 2
download_script "$selected_url" download_script "$selected_url"
msg_ok "$(translate "Script completed.")" msg_ok "$(translate "Script completed.")"
msg_success "$(translate "Press Enter to return to the main menu...")" msg_success "$(translate "Press Enter to return to the main menu...")"