Actualizar main_menu.sh

This commit is contained in:
MacRimi
2025-08-02 12:02:10 +02:00
committed by GitHub
parent 8969bc5aa6
commit 3c990df1fe

View File

@@ -54,7 +54,7 @@ show_menu() {
if [[ $EXIT_STATUS -ne 0 ]]; then if [[ $EXIT_STATUS -ne 0 ]]; then
# ESC pressed or Cancel # ESC pressed or Cancel
clear clear
msg_ok "$(translate "Thank you for using ProxMenu. Goodbye!")" msg_ok "$(translate "Thank you for using ProxMenux. Goodbye!")"
rm -f "$TEMP_FILE" rm -f "$TEMP_FILE"
exit 0 exit 0
fi fi