From: Matteo Nastasi Date: Mon, 5 Nov 2012 10:39:51 +0000 (+0100) Subject: name of the installation configuration file changed X-Git-Tag: v4.0.0~10 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=0b1a9e8615f96d256aff5d947d8fa3df104147f7 name of the installation configuration file changed --- diff --git a/sql/builder.sh b/sql/builder.sh index 19817de..1dd9b14 100755 --- a/sql/builder.sh +++ b/sql/builder.sh @@ -16,8 +16,8 @@ else PFX="bsk_" fi -if [ -f $HOME/.brisk_install ]; then - source $HOME/.brisk_install +if [ -f $HOME/.brisk_spu_install ]; then + source $HOME/.brisk_spu_install fi pg_args=""