From 860c426cb26fe6d3dfe1c2eda319d71f346aac99 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 8 Jun 2019 21:01:03 +0200 Subject: [PATCH] Use sql extension for templte file Signed-off-by: DL6ER --- test/{gravity.db.schema => gravity.db.sql} | 0 test/run.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{gravity.db.schema => gravity.db.sql} (100%) diff --git a/test/gravity.db.schema b/test/gravity.db.sql similarity index 100% rename from test/gravity.db.schema rename to test/gravity.db.sql diff --git a/test/run.sh b/test/run.sh index bb829013..0d4215e9 100755 --- a/test/run.sh +++ b/test/run.sh @@ -13,7 +13,7 @@ apt-get -qq install dnsutils -y > /dev/null mkdir -p /etc/pihole /var/run/pihole /var/log # Prepare gravity database -sqlite3 /etc/pihole/gravity.db < test/gravity.db.schema +sqlite3 /etc/pihole/gravity.db < test/gravity.db.sql # Prepare setupVars.conf echo "BLOCKING_ENABLED=true" > /etc/pihole/setupVars.conf