From abf649c1c83eb1fb8a37c589c205af8c309e1ed0 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 17 Mar 2013 16:53:10 +0100 Subject: [PATCH] little fix to builder.sh --- sql/builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/builder.sh b/sql/builder.sh index 2c4bbfa..6bd1c79 100755 --- a/sql/builder.sh +++ b/sql/builder.sh @@ -3,8 +3,8 @@ # # all this part is from mopshop and we will use it to construct the brisk database # -if [ -f $HOME/.brisk-spu-db.conf ]; then - source $HOME/.brisk-spu-db.conf +if [ -f $HOME/.brisk-db.conf ]; then + source $HOME/.brisk-db.conf elif [ -f $HOME/.db.conf ]; then source $HOME/.db.conf else -- 2.17.1