Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavipuliraju committed Mar 17, 2017
2 parents 35bcead + ae45331 commit 6112c27
Show file tree
Hide file tree
Showing 21 changed files with 12,174 additions and 3,974 deletions.
4 changes: 2 additions & 2 deletions scripts/backup.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

DB_NAME="feedback"
DB_NAME="lds"
DB_PASS="root"

OUT_FILE_NAME="feedbackbackup"
OUT_FILE_NAME="ldsbackup"
VERSION="v1.0.0"
OUT_FILE="$OUT_FILE_NAME-$VERSION.tar"

Expand Down
121 changes: 0 additions & 121 deletions scripts/labspec.json

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/restore.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DB_NAME="feedback"
DB_NAME="lds"
DB_PASS="xxx"
VERSION="v1.0.0"

Expand Down
Loading

0 comments on commit 6112c27

Please sign in to comment.