Skip to content

Commit

Permalink
Fix mkdir in backup-db script.
Browse files Browse the repository at this point in the history
  • Loading branch information
spAnser committed Jul 18, 2017
1 parent ba8dee9 commit d22ccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/data/backup-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ NAME=`echo $NAME | tr "[:upper:]" "[:lower:]"`

rm $LATEST
mysqldump -uroot {%= domain_name %}_cmsdb_dev >> $LATEST
mkdir backup
mkdir -p backup
cp $LATEST backup/$PREFIX$NAME-$FILE

0 comments on commit d22ccf7

Please sign in to comment.