consistent version of builder.sh
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 27 Jan 2011 07:21:28 +0000 (08:21 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 27 Jan 2011 07:21:28 +0000 (08:21 +0100)
sql/builder.sh

index 3bf9eca..89f3624 100755 (executable)
@@ -1,14 +1,17 @@
 #! /bin/bash
 
-exit 0
 #
 #  all this part is from mopshop and we will use it to construct the brisk database
 #
 DBHOST=127.0.0.1
-DBUSER=mopshop
-DBBASE=mopshop
-DBPASS=sozopoco
-PFX="msh_"
+DBUSER=brisk
+DBBASE=brisk
+DBPASS=briskpass
+PFX="bsk_"
+
+if [ -f $HOME/.brisk_install ]; then
+   . $HOME/.brisk_install
+fi
 
 sqlexe () {
     local sht