updated to php 8.4

This commit is contained in:
2026-05-15 20:11:18 -05:00
parent 47be7feea4
commit b13dceaeb5
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -23,9 +23,8 @@ else
cp -r ${FOURGET_SRC}/docker/apache/http/conf.d/* /etc/apache2/conf.d
fi
php ./docker/gen_config.php
if [ "$@" = "start" ]; then
php ./docker/gen_config.php
echo "4get is running"
exec httpd -DFOREGROUND
else