mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update menu_post_install.sh
This commit is contained in:
parent
261bf4a5d5
commit
6c54e2d545
@ -77,7 +77,7 @@ show_menu() {
|
|||||||
selected_number=$(echo "$script_selection" | awk '{print $1}')
|
selected_number=$(echo "$script_selection" | awk '{print $1}')
|
||||||
|
|
||||||
if [ "$selected_number" = "$((${#scripts[@]}+1))" ]; then
|
if [ "$selected_number" = "$((${#scripts[@]}+1))" ]; then
|
||||||
show_proxmenux_logo
|
#show_proxmenux_logo
|
||||||
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
|
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ show_menu() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
show_proxmenux_logo
|
#show_proxmenux_logo
|
||||||
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
|
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user