From: Matteo Nastasi Date: Mon, 5 Nov 2012 10:35:12 +0000 (+0100) Subject: name of the database configuration file changed X-Git-Tag: v4.0.0~11 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=d5f852f7ea1ab5b8d73c7e33e198a26ea420d4fd;hp=9b4ce3e614e0636bc76fee81d5c1ec41ae5bd742;p=brisk.git name of the database configuration file changed --- 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