docker-images/pluie/alpine/pre-init.d/30-tz.sh

8 lines
144 B
Bash
Raw Normal View History

#!/bin/bash
if [ "$TZ" != "Europe/Paris" ]; then
apk -U add tzdata
. /scripts/install.d/30-tz.sh
. /scripts/install.d/40-fix.sh
fi