Skip to content

Commit

Permalink
Merge branch 'release/1.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 14, 2017
2 parents 4427a39 + b97a236 commit 04408b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Craft-Scripts Changelog

## 1.2.5 - 2017.11.14
### Changed
* Fixed an issue with the backup path for the `backup_dir.sh` script

## 1.2.4 - 2017.10.28
### Added
* Added separate example starter `*-example.env.sh` for Craft 2.x & Craft 3.x
Expand Down
2 changes: 1 addition & 1 deletion scripts/backup_dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do
fi
done

BACKUP_FILES_DIR_PATH="${LOCAL_BACKUPS_PATH}${FILES_BACKUP_SUBDIR}/"
BACKUP_FILES_DIR_PATH="${LOCAL_BACKUPS_PATH}${LOCAL_DB_NAME}${FILES_BACKUP_SUBDIR}/"

# Make sure the asset backup directory exists
if [[ ! -d "${BACKUP_FILES_DIR_PATH}" ]] ; then
Expand Down

0 comments on commit 04408b1

Please sign in to comment.