From 89bf5e447caf9c234bc6c8e2eac51a6bf2da5705 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 22 Nov 2008 14:58:29 +0000 Subject: [PATCH] correct default import --- INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () { -- 2.17.1