typo profile
This commit is contained in:
parent
ac5cc0e1a2
commit
1239acfb0c
|
|
@ -20,7 +20,7 @@ echo
|
||||||
|
|
||||||
# Detect profile file, .bash_profile has precedence over .profile
|
# Detect profile file, .bash_profile has precedence over .profile
|
||||||
if [ `whoami` == 'root' ]; then
|
if [ `whoami` == 'root' ]; then
|
||||||
PROFILE="/etc/bash.bashrc
|
PROFILE="/etc/bash.bashrc"
|
||||||
elif [ ! -z "$1" ]; then
|
elif [ ! -z "$1" ]; then
|
||||||
PROFILE="$1"
|
PROFILE="$1"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue