From d5f852f7ea1ab5b8d73c7e33e198a26ea420d4fd Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Mon, 5 Nov 2012 11:35:12 +0100 Subject: [PATCH] name of the database configuration file changed --- sql/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/builder.sh b/sql/builder.sh index 9f28197..19817de 100755 --- a/sql/builder.sh +++ b/sql/builder.sh @@ -3,7 +3,7 @@ # # all this part is from mopshop and we will use it to construct the brisk database # -if [ -f $HOME/.brisk-db.conf ]; then +if [ -f $HOME/.brisk-spu-db.conf ]; then source $HOME/.brisk-db.conf elif [ -f $HOME/.db.conf ]; then source $HOME/.db.conf -- 2.17.1