From 1239acfb0c4e2056c7291d280be239cd00e830f0 Mon Sep 17 00:00:00 2001 From: fsoppelsa Date: Fri, 5 Jul 2013 15:01:22 +0200 Subject: [PATCH] typo profile --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 609f044..535d56a 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ echo # Detect profile file, .bash_profile has precedence over .profile if [ `whoami` == 'root' ]; then - PROFILE="/etc/bash.bashrc + PROFILE="/etc/bash.bashrc" elif [ ! -z "$1" ]; then PROFILE="$1" else