Skip to content

Commit

Permalink
Replace placeholder text with grunt-init replacement.
Browse files Browse the repository at this point in the history
  • Loading branch information
spAnser committed May 19, 2017
1 parent 55c3ce3 commit 5cfa745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion root/data/backup-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ read NAME
NAME=`echo $NAME | tr "[:upper:]" "[:lower:]"`

rm $LATEST
mysqldump -uroot PROJECT_cmsdb_dev >> $LATEST
mysqldump -uroot {%= domain_name %}_cmsdb_dev >> $LATEST
mkdir backup
cp $LATEST backup/$PREFIX$NAME-$FILE
2 changes: 1 addition & 1 deletion root/data/restore-db.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
db_name="PROJECT_cmsdb_dev"
db_name="{%= domain_name %}_cmsdb_dev"
latest="./cms-latest-backup.sql"

database_imported="False"
Expand Down

0 comments on commit 5cfa745

Please sign in to comment.