bark-server / entrypoint.sh
focusprogram's picture
Update entrypoint.sh
f77062e verified
raw
history blame
130 Bytes
#!/usr/bin/env bash
set -e
ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime > /dev/null
echo "${TZ}" > /etc/timezone
exec "$@"