Skip to content

Commit

Permalink
create sqlite db file outside the web root
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmondas Girkantas committed Oct 6, 2011
1 parent 3f622f4 commit 29dd574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_sqlite_db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DB_PATH="../db"
DB_PATH="../../db"
DB_FILE="powerdns.db"
SQLITE_BIN=sqlite # for SQLite 2.x
#SQLITE_BIN=sqlite3
Expand Down

0 comments on commit 29dd574

Please sign in to comment.