diff --git a/install.sh b/install.sh index 42be28e..609f044 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ echo # Detect profile file, .bash_profile has precedence over .profile if [ `whoami` == 'root' ]; then PROFILE="/etc/bash.bashrc -elsif [ ! -z "$1" ]; then +elif [ ! -z "$1" ]; then PROFILE="$1" else if [ -f "$HOME/.bash_profile" ]; then