diff --git a/.bashrc b/.bashrc index ee69a19..2551fd9 100644 --- a/.bashrc +++ b/.bashrc @@ -11,9 +11,9 @@ # User specific aliases and functions # Execute system startup script: -if [ -f /etc/bashrc ] +if [ -f /etc/profile ] then - . /etc/bashrc + . /etc/profile fi # Define primary prompt (default is '$'): diff --git a/add-user.sh b/add-user.sh index a25c70e..0ef4500 100755 --- a/add-user.sh +++ b/add-user.sh @@ -5,7 +5,7 @@ if [ v$1 != v ] then NewUser=$1 else - read -p "Enter path-to-faronear " NewUser + read -p "Enter new user name: " NewUser fi echo "<<< Add a new user"