diff --git a/build/patch-util/00-download-file.sh b/build/patch-util/00-download-file.sh index f2330ba..c39d6ca 100755 --- a/build/patch-util/00-download-file.sh +++ b/build/patch-util/00-download-file.sh @@ -25,8 +25,8 @@ echo "> Two files are now downloaded to wp-src" echo "> Please update wp-src/mod-update-core.php with code bellow and then execute ./01-create-patch.sh" echo "" echo "" -echo "wp_die(" -echo " __( 'Sorry, you are not allowed to update this site.' ) ." -echo " ' Click here to learn why.'" -echo ");" +echo " wp_die(" +echo " __( 'Sorry, you are not allowed to update this site.' ) ." +echo " ' Click here to learn why.'" +echo " );" echo ""