correct default import
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 22 Nov 2008 14:58:29 +0000 (14:58 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 22 Nov 2008 14:58:29 +0000 (14:58 +0000)
INSTALL.sh

index 77aad60..3eb4e18 100755 (executable)
@@ -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 () {