[fix] Also sync time before updating system clock

This commit is contained in:
William Wernert
2021-03-23 09:22:09 -04:00
parent b3f558a1f8
commit ace30c07ea

View File

@@ -741,7 +741,8 @@ configure_ntp() {
systemctl enable chronyd systemctl enable chronyd
systemctl start chronyd systemctl start chronyd
# Sync time # Sync time & update the system time
chronyc -a 'burst 4/4'
chronyc -a makestep chronyc -a makestep
} }