]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
little fix to builder.sh
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 17 Mar 2013 15:53:10 +0000 (16:53 +0100)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 17 Mar 2013 15:53:10 +0000 (16:53 +0100)
sql/builder.sh

index 2c4bbfa4354d3cb7f045712255620a22e5e6c996..6bd1c79b8c4c10dda02505f006eb55bb9ded35f7 100755 (executable)
@@ -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