name of the database configuration file changed
[brisk.git] / 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