From 0b787a9c52143da2e6e4416d54d2c17e497aa72b Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 17 Aug 2024 14:23:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/tmp/etc/php/ rootfs/tmp/etc/php83/php.ini rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh --- rootfs/tmp/etc/{php83 => php}/php.ini | 0 rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename rootfs/tmp/etc/{php83 => php}/php.ini (100%) diff --git a/rootfs/tmp/etc/php83/php.ini b/rootfs/tmp/etc/php/php.ini similarity index 100% rename from rootfs/tmp/etc/php83/php.ini rename to rootfs/tmp/etc/php/php.ini diff --git a/rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh b/rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh index 7130433..68b9ba4 100755 --- a/rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh +++ b/rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh @@ -149,7 +149,7 @@ user_pass="${PHP_FPM_USER_PASS_WORD:-}" # normal user password # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Specifiy custom directories to be created -ADD_APPLICATION_FILES="" +ADD_APPLICATION_FILES="/etc/php/php.ini" ADD_APPLICATION_DIRS="" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - APPLICATION_FILES="$LOG_DIR/$SERVICE_NAME.log" @@ -249,7 +249,7 @@ __pre_execute() { done # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Replace variables - HOSTNAME="$sysname" __initialize_replace_variables "$ETC_DIR" "$CONF_DIR" "$WWW_ROOT_DIR" "/etc/php" + HOSTNAME="$sysname" __initialize_replace_variables "$ETC_DIR" "$CONF_DIR" "$WWW_ROOT_DIR" "/etc/php/php.ini" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # define actions