Skip to content

Commit

Permalink
Fixup PHP version to 8.?
Browse files Browse the repository at this point in the history
Fix PHP version in the PHP timezone configuration script, used to access PHP's configuration directory.
  • Loading branch information
agcom authored and maartenweyns committed Nov 8, 2023
1 parent f992d6a commit f84320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/domserver/scripts/start.d/10-timezone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dpkg-reconfigure -f noninteractive tzdata
echo "[ok] Container timezone set to: ${CONTAINER_TIMEZONE}"; echo

# Configure php
php_folder=$(echo "/etc/php/7."?"/")
php_folder=$(echo "/etc/php/8."?"/")

cat > "$php_folder/fpm/conf.d/99-timezone.ini" <<- EOF
[Date]
Expand Down

0 comments on commit f84320c

Please sign in to comment.