diff --git a/backend/functions-localize.sh b/backend/functions-localize.sh index 63b2cdf..604f9bc 100755 --- a/backend/functions-localize.sh +++ b/backend/functions-localize.sh @@ -212,6 +212,7 @@ set_timezone() { TZONE="$1" cp ${FSMNT}/usr/share/zoneinfo/${TZONE} ${FSMNT}/etc/localtime + echo ${TZONE} | tee ${FSMNT}/var/db/zoneinfo > /dev/null }; # Function which enables / disables NTP