Skip to content

Commit 9e2a08a

Browse files
committed
🎉 1.0.0
1 parent 4bfd9bc commit 9e2a08a

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

scripts/common/common_env.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
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
1915
DB_ZCAT_CMD="gunzip -c"
2016
DB_CAT_CMD="cat"

scripts/pull_assets.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,5 @@ do
4444
echo "*** Synced assets from ${REMOTE_ASSETS_PATH}${DIR}"
4545
done
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
5448
exit 0

0 commit comments

Comments
 (0)