Docker-PHP/marshall/installers/002_timezone.sh

4 lines
86 B
Bash
Raw Normal View History

2019-06-11 14:59:58 +00:00
#!/bin/bash
2019-08-14 15:34:54 +00:00
source /installers/config
2019-06-11 14:59:58 +00:00
$APT_GET tzdata
echo $DEFAULT_TZ > /etc/timezone