From 59451b79acdb173a36df097f643b85547bad8259 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 27 Jan 2011 08:21:28 +0100 Subject: [PATCH] consistent version of builder.sh --- sql/builder.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sql/builder.sh b/sql/builder.sh index 3bf9eca..89f3624 100755 --- a/sql/builder.sh +++ b/sql/builder.sh @@ -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 -- 2.17.1