little fix to builder.sh
[brisk.git] / sql / builder.sh
index 1dd9b14..2a02633 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-spu-db.conf ]; then
+if [ -f $HOME/.brisk-db.conf ]; then
     source $HOME/.brisk-db.conf
 elif [ -f $HOME/.db.conf ]; then
     source $HOME/.db.conf
@@ -16,8 +16,8 @@ else
     PFX="bsk_"
 fi
 
-if [ -f $HOME/.brisk_spu_install ]; then
-    source $HOME/.brisk_spu_install
+if [ -f $HOME/.brisk_install ]; then
+    source $HOME/.brisk_install
 fi
 
 pg_args=""
@@ -90,7 +90,7 @@ elif [ "$1" = "dumpall" ]; then
         pg_dump -h $DBHOST -U $DBUSER $DBBASE > $2
     fi
 elif [ "$1" = "add" ]; then
-    cat "$2" | psql $pg_args
+    cat "$2" | sqlexe $sht
 else
     echo " USAGE"
     echo "   ./builder create"