From 9d58d02522002939e1a0dba5bffa54c5d3e9260d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 7 Aug 2025 18:11:32 +0200 Subject: [PATCH] Update proxmox_update.sh --- scripts/utilities/proxmox_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utilities/proxmox_update.sh b/scripts/utilities/proxmox_update.sh index 57206f3..6094dba 100644 --- a/scripts/utilities/proxmox_update.sh +++ b/scripts/utilities/proxmox_update.sh @@ -110,7 +110,7 @@ check_reboot() { apt-get -y autoremove >/dev/null 2>&1 apt-get -y autoclean >/dev/null 2>&1 msg_ok "$(translate "Cleanup finished")" - + echo -e msg_ok "$(translate "All changes applied. No reboot required.")" echo -e msg_success "$(translate "Press Enter to return to menu...")"