From 78f66af70276edd3155fcf75669f295954d7d01c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 17 Aug 2025 15:16:25 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index bd89b92..0d60d03 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -197,7 +197,6 @@ configure_time_sync() { systemctl restart postfix 2>/dev/null || true msg_ok "$(translate "Automatic time synchronization enabled")" register_tool "time_sync" true - msg_success "$(translate "Time settings configuration completed")" else msg_error "$(translate "Failed to enable automatic time synchronization")" fi