mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:29:54 +07:00
functions: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
4343d7fd94
commit
f507020948
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user