Skip to content

Commit d1ce5be

Browse files
author
Raphaël Droz
authored
add --no-overwrite-dir
1 parent e8606a6 commit d1ce5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
4848
fi
4949
WP_CONTENT_EXCLUDE=
5050
if [ -n $NO_WP_CONTENT ]; then
51-
WP_CONTENT_EXCLUDE="--exclude=./wp-content/*"
51+
WP_CONTENT_EXCLUDE="--exclude=./wp-content/* --no-overwrite-dir"
5252
fi
5353
tar --create \
5454
--file - \

0 commit comments

Comments
 (0)