Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Chen committed Sep 29, 2015
1 parent a8ec9c9 commit 3e5961d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/development/dbrestore-dev.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if [ "$1" = "" ]; then echo "Missing argument: Data dump directory missing."; exit 0; fi;

echo 'Are you sure you want to restore to sts-integratedsystem-dev? y/n (databse will be drop first)';
echo 'Are you sure you want to restore to sts-integratedsystem-dev? y/n (database will be drop first)';
read DECISION;

if [ "$DECISION" != "y" ]; then exit 0; fi;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/produnction/dbrestore.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if [ "$1" = "" ]; then echo "Missing argument: Data dump directory missing."; exit 0; fi;

echo 'Are you sure you want to restore to sts-integratedsystem? y/n (databse will be drop first)';
echo 'Are you sure you want to restore to sts-integratedsystem? y/n (database will be drop first)';
read DECISION;

if [ "$DECISION" != "y" ]; then exit 0; fi;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3e5961d

Please sign in to comment.