Skip to content

Commit

Permalink
>> not >
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Dec 22, 2024
1 parent a037650 commit 1fd5bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-php/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
if [[ ! -f /config/php/php-local.ini ]]; then
printf "; Edit this file to override php.ini directives\\n\\n" >/config/php/php-local.ini
# set default timezone
printf "date.timezone = %s\\n" "${TZ:-UTC}" >/config/php/php-local.ini
printf "date.timezone = %s\\n" "${TZ:-UTC}" >>/config/php/php-local.ini
fi

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

0 comments on commit 1fd5bfd

Please sign in to comment.