name of the database configuration file changed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 5 Nov 2012 10:35:12 +0000 (11:35 +0100)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 5 Nov 2012 10:35:12 +0000 (11:35 +0100)
sql/builder.sh

index 9f28197..19817de 100755 (executable)
@@ -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