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 committed Oct 9, 2023
1 parent 138ab77 commit f1786fd
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 f1786fd

Please sign in to comment.