File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,12 @@ curl --silent --max-time 60 --location $WORDPRESS_URL | tar xz
127
127
128
128
# Support installation of WordPress into a subdirectory instead of the docroot
129
129
if [ -n " $BUILDPACK_WORDPRESS_DIR " ]; then
130
- echo " -----> BUILDPACK_WORDPRESS_DIR is set to ${BUILDPACK_WORDPRESS_DIR} "
130
+ echo " BUILDPACK_WORDPRESS_DIR is set to ${BUILDPACK_WORDPRESS_DIR} "
131
131
mkdir " public"
132
132
mv wordpress " public/$BUILDPACK_WORDPRESS_DIR "
133
133
WORDPRESS_INSTALLATION_DIR=" public/$BUILDPACK_WORDPRESS_DIR "
134
134
else
135
- echo " -----> BUILDPACK_WORDPRESS_DIR not set. Installing WordPress to /"
135
+ echo " BUILDPACK_WORDPRESS_DIR not set. Installing WordPress to /"
136
136
mv wordpress public
137
137
WORDPRESS_INSTALLATION_DIR=" public"
138
138
fi
You can’t perform that action at this time.
0 commit comments