Update customizable_post_install.sh

This commit is contained in:
MacRimi 2025-08-15 10:22:57 +02:00
parent b7ab4c4568
commit 9ae68b9653

View File

@ -859,7 +859,7 @@ EOF
return 0
fi
clear
show_proxmenux_logo
msg_title "$SCRIPT_TITLE"
msg_info2 "$(translate "Installing selected utilities")"
@ -915,6 +915,8 @@ EOF
dialog --clear --backtitle "ProxMenu" \
--title "$(translate "Canceled")" \
--msgbox "$(translate "Action canceled by user")" 8 40
show_proxmenux_logo
return 0
fi