File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 11# WordPress-Scripts Changelog
22
3- ## 1.0.0 - 01 .04.2017
3+ ## 1.0.0 - 03 .04.2017
44
55### Added
66* Initial release
Original file line number Diff line number Diff line change 1111# @since 1.0.0
1212# @license MIT
1313
14- # WordPress paths; ; paths should always have a trailing /
15- LOCAL_WP_FILES_PATH=${LOCAL_ROOT_PATH} " ${GLOBAL_WP_PATH} storage/"
16- REMOTE_WP_FILES_PATH=${REMOTE_ROOT_PATH} " ${GLOBAL_WP_PATH} storage/"
17-
1814# Commands to output database dumps, using gunzip -c instead of zcat for MacOS X compatibility
1915DB_ZCAT_CMD=" gunzip -c"
2016DB_CAT_CMD=" cat"
Original file line number Diff line number Diff line change 4444 echo " *** Synced assets from ${REMOTE_ASSETS_PATH}${DIR} "
4545done
4646
47- # Make sure the WordPress files directory exists
48- if [[ ! -d " ${LOCAL_WP_FILES_PATH} " ]] ; then
49- echo " Creating WordPress files directory ${LOCAL_WP_FILES_PATH} "
50- mkdir -p " ${LOCAL_WP_FILES_PATH} "
51- fi
52-
5347# Normal exit
5448exit 0
You can’t perform that action at this time.
0 commit comments