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 1
1
# WordPress-Scripts Changelog
2
2
3
- ## 1.0.0 - 01 .04.2017
3
+ ## 1.0.0 - 03 .04.2017
4
4
5
5
### Added
6
6
* Initial release
Original file line number Diff line number Diff line change 11
11
# @since 1.0.0
12
12
# @license MIT
13
13
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
-
18
14
# Commands to output database dumps, using gunzip -c instead of zcat for MacOS X compatibility
19
15
DB_ZCAT_CMD=" gunzip -c"
20
16
DB_CAT_CMD=" cat"
Original file line number Diff line number Diff line change 44
44
echo " *** Synced assets from ${REMOTE_ASSETS_PATH}${DIR} "
45
45
done
46
46
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
-
53
47
# Normal exit
54
48
exit 0
You can’t perform that action at this time.
0 commit comments