mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-05 16:45:43 +00:00
nextcloud: persistent timezone variable
This commit is contained in:
@ -79,7 +79,6 @@ echo "Automatic configuration finished."
|
||||
# users within the proper timeframe
|
||||
# * We need to set the logdateformat to something that will work correctly with fail2ban
|
||||
# Use PHP to read the settings file, modify it, and write out the new settings array.
|
||||
echo ${TZ:-UTC} >/etc/timezone
|
||||
|
||||
TIMEZONE=$(cat /etc/timezone)
|
||||
CONFIG_TEMP=$(/bin/mktemp)
|
||||
|
Reference in New Issue
Block a user