Skip to content

Commit

Permalink
Import script was looking at a hybrid of old/new locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt committed Feb 14, 2013
1 parent 172237f commit 45e2f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/import-sql.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
cd /srv/config/backups/
cd /srv/database/backups/
printf "\nStart DB Import"
for file in $( ls *.sql )
do
Expand Down

0 comments on commit 45e2f33

Please sign in to comment.