functions: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-09-07 21:17:23 +02:00
parent 4343d7fd94
commit f507020948

View File

@ -552,7 +552,7 @@ function ntpCheck() {
ln -fs /usr/share/zoneinfo/${REGION}/${TIMEZONE} /etc/localtime
# NTP
/etc/init.d/S49ntpd restart > /dev/null 2>&1
hwclock --systohc > /dev/null 2>&1
hwclock --systohc
fi
fi
if [ -z "${LAYOUT}" ]; then