Skip to content

Commit ec8319e

Browse files
committed
Fix permissions of php-fpm directories
Follow-up to 9bfb4a1, fixing the remaining directories.
1 parent f6d98d3 commit ec8319e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ MOUNT="$(buildah mount "$CONTAINER")"
4040
echo + "rsync -v -rl --exclude .gitignore ./src/ …/" >&2
4141
rsync -v -rl --exclude '.gitignore' "$BUILD_DIR/src/" "$MOUNT/"
4242

43-
cmd buildah run "$CONTAINER" -- \
44-
chmod 750 \
45-
"/run/php-fpm" \
46-
"/var/log/php"
47-
4843
# install runtime dependencies
4944
pkg_install "$CONTAINER" \
5045
dumb-init \

0 commit comments

Comments
 (0)