tree: move function

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-09-08 11:25:29 +02:00
parent f507020948
commit 51ffa84ffb
2 changed files with 2 additions and 1 deletions

View File

@ -878,6 +878,7 @@ function boot() {
fi
dialog --backtitle "$(backtitle)" --title "Arc Boot" \
--infobox "Booting DSM...\nPlease stay patient!" 4 25
hwclock --systohc
sleep 2
. ${ARC_PATH}/boot.sh
exit 0

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
#hwclock --systohc
fi
fi
if [ -z "${LAYOUT}" ]; then