From: Matteo Nastasi (mop) Date: Sat, 22 Nov 2008 14:58:29 +0000 (+0000) Subject: correct default import X-Git-Tag: 3.0.1~45 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk-img.git;a=commitdiff_plain;h=89bf5e447caf9c234bc6c8e2eac51a6bf2da5705 correct default import --- diff --git a/INSTALL.sh b/INSTALL.sh index 77aad60..3eb4e18 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -7,8 +7,8 @@ ftok_path="/var/lib/brisk" web_path="$HOME/brisk" web_only=0 -if [ -f $HOME/.brisk_install ]; then - . $HOME/.spawn_install +if [ -f $HOME/.trusty_install ]; then + . $HOME/.trusty_install fi function usage () {