mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 21:49:52 +07:00
tree: move function
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
f507020948
commit
51ffa84ffb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user