]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 3bf9ecafacf3075f2ff1ccf100d0ac7699b9c8db..89f36242f8f4a6531e375747da3b6345cbab8838 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