Skip to content

Commit

Permalink
put backup directory outside directory
Browse files Browse the repository at this point in the history
otherwise it is pointless
  • Loading branch information
Ryan P.C. McQuen committed Oct 16, 2014
1 parent 6c57046 commit 6cb3961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions image-ultima-fy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ case $response in
esac

if [ $BACKUPIMAGES = true ]; then
mkdir -pv original-image-files/
rsync -arE *.jpg original-image-files/
rsync -arE *.png original-image-files/
mkdir -pv ../original-image-files/
rsync -arE *.jpg ../original-image-files/
rsync -arE *.png ../original-image-files/
fi

if [ "$( uname -s )" = Darwin ]; then
Expand Down

0 comments on commit 6cb3961

Please sign in to comment.