Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gousiosg/github-mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
gousiosg committed May 27, 2016
2 parents 5206a8c + cadff5a commit ad16ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/ght-restore-mysql
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ for f in $dumpDir/*.csv ; do
done

# 3. Create indexes
if [ ! -e $dumpDir/schema.sql ]; then
if [ ! -e $dumpDir/indexes.sql ]; then
echo "Cannot find $dumpDir/indexes.sql to create DB indexes"
exit 1
fi
Expand Down

0 comments on commit ad16ed2

Please sign in to comment.