mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Fix file not found error
This commit is contained in:
parent
50a48fd0e3
commit
d805f0e76f
|
@ -50,7 +50,7 @@ if [ -n "${WP_VERSION}" ]; then
|
|||
echo "> WordPress version defined: ${WP_VERSION}"
|
||||
echo "> Copying the patch file..."
|
||||
mkdir "../../patches/${WP_VERSION}" -p
|
||||
cp -v "./wp-src/${PATCH_FILE}" "../../patches/${WP_VERSION}/"
|
||||
cp -v "./${PATCH_FILE}" "../../patches/${WP_VERSION}/"
|
||||
else
|
||||
echo "> Please run: "
|
||||
echo " cp './wp-src/${PATCH_FILE}' '../../patches/5.x.x/'"
|
||||
|
@ -59,4 +59,4 @@ fi
|
|||
|
||||
echo ""
|
||||
echo "> Don't forget to inspect the patch and THEN commit"
|
||||
echo "> Finished"
|
||||
echo "> Finished"
|
||||
|
|
Loading…
Reference in New Issue
Block a user