Update auto_post_install.sh

This commit is contained in:
MacRimi 2025-08-17 15:00:06 +02:00 committed by GitHub
parent c6f53629da
commit 5447f0e4df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,7 +182,8 @@ configure_time_sync() {
fi fi
fi fi
msg_info "$(translate "Enabling automatic time synchronization...")" timedatectl set-timezone "$timezone"
if timedatectl set-ntp true; then if timedatectl set-ntp true; then
msg_ok "$(translate "Time settings configured - Timezone:") $timezone" msg_ok "$(translate "Time settings configured - Timezone:") $timezone"
register_tool "time_sync" true register_tool "time_sync" true