logmonitor/etc/cont-init.d/00_settimezone.sh
2021-01-28 14:10:11 +02:00

10 lines
116 B
Bash

#!/usr/bin/with-contenv sh
set -e
#User params
TIMEZONE=${TZ:="UTC"}
# Set Timezone
echo "${TIMEZONE}" > /etc/TZ