logmonitor/etc/cont-init.d/00_settimezone.sh

10 lines
116 B
Bash
Raw Permalink Normal View History

2021-01-28 07:10:11 -05:00
#!/usr/bin/with-contenv sh
set -e
#User params
TIMEZONE=${TZ:="UTC"}
# Set Timezone
echo "${TIMEZONE}" > /etc/TZ