Update install_proxmenux.sh

This commit is contained in:
MacRimi 2025-02-22 15:36:22 +01:00 committed by GitHub
parent ca0681eeb2
commit 7aae89928d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,8 +84,8 @@ show_progress() {
local message="$3" local message="$3"
echo -e "\n${BOLD}${BL}${TAB}Installing ProxMenu: Step $step of $total${CL}" echo -e "\n${BOLD}${BL}${TAB}Installing ProxMenu: Step $step of $total${CL}"
msg_info2 "$message"
echo echo
msg_info2 "$message"
} }