Skip to content

Commit

Permalink
Merge branch 'release/1.2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 17, 2018
2 parents 093af67 + ed793a3 commit ab6a008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion scripts/backup_dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ done

# Normal exit
exit 0

3 changes: 1 addition & 2 deletions scripts/restore_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @copyright Copyright (c) 2017 nystudio107
# @link https://nystudio107.com/
# @package craft-scripts
# @since 1.1.0
# @since 1.2.6
# @license MIT

# Get the directory of the currently executing script
Expand Down Expand Up @@ -58,4 +58,3 @@ done

# Normal exit
exit 0

5 changes: 2 additions & 3 deletions scripts/restore_dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @copyright Copyright (c) 2017 nystudio107
# @link https://nystudio107.com/
# @package craft-scripts
# @since 1.1.0
# @since 1.2.6
# @license MIT

# Get the directory of the currently executing script
Expand All @@ -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 All @@ -48,4 +48,3 @@ done

# Normal exit
exit 0

0 comments on commit ab6a008

Please sign in to comment.