add empty db folder, fix readme

This commit is contained in:
tinpee
2016-10-20 06:53:17 +07:00
parent 89b56b4192
commit ed2d5dcdf6
3 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
if [ ! -f /src/db/cards.db ]; then
mkdir -p /src/db
cp cards-jwasham.db /src/db/cards.db
fi