From 364d3108cf3a11c16a44883c695aafaf04421208 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 6 Jan 2025 15:26:29 -0500 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/usr/local/etc/docker/init.d/98-php.sh --- rootfs/usr/local/etc/docker/init.d/98-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/98-php.sh b/rootfs/usr/local/etc/docker/init.d/98-php.sh index 6d8585d..072d607 100755 --- a/rootfs/usr/local/etc/docker/init.d/98-php.sh +++ b/rootfs/usr/local/etc/docker/init.d/98-php.sh @@ -177,7 +177,7 @@ __run_precopy() { # Define actions/commands if [ ! -d "$WWW_ROOT_DIR" ] || __is_dir_empty "$WWW_ROOT_DIR"; then mkdir -p "$WWW_ROOT_DIR" - cp -Rfv "/usr/share/httpd/default"/* "$WWW_ROOT_DIR/" + cp -Rf "/usr/share/httpd/default"/* "$WWW_ROOT_DIR/" fi if [ -d "$WWW_ROOT_DIR/.git" ]; then rm -Rf "$WWW_ROOT_DIR/.git"