We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed8ddf5 + 40bc113 commit 8bc5f40Copy full SHA for 8bc5f40
1 file changed
backend/functions-localize.sh
@@ -212,6 +212,7 @@ set_timezone()
212
{
213
TZONE="$1"
214
cp ${FSMNT}/usr/share/zoneinfo/${TZONE} ${FSMNT}/etc/localtime
215
+ echo ${TZONE} | tee ${FSMNT}/var/db/zoneinfo > /dev/null
216
};
217
218
# Function which enables / disables NTP
0 commit comments