Skip to content

Commit 1fd5bfd

Browse files
committed
>> not >
1 parent a037650 commit 1fd5bfd

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-php

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-php/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
if [[ ! -f /config/php/php-local.ini ]]; then
1111
printf "; Edit this file to override php.ini directives\\n\\n" >/config/php/php-local.ini
1212
# set default timezone
13-
printf "date.timezone = %s\\n" "${TZ:-UTC}" >/config/php/php-local.ini
13+
printf "date.timezone = %s\\n" "${TZ:-UTC}" >>/config/php/php-local.ini
1414
fi
1515

1616
# create override for www.conf if it doesn't exist

0 commit comments

Comments
 (0)