Variable name

This commit is contained in:
Bob Mottram 2016-01-03 11:27:13 +00:00
parent c4f02011d5
commit d29885ebbc
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function show_users {
for d in /home/*/ ; do
USRNAME=$(echo "$d" | awk -F '/' '{print $3}')
if [[ $USRNAME != "git" ]]; then
echo -n "$USERNAME"
echo -n "$USRNAME"
# get the SIP extension
SIPEXT=
while read ext; do
@ -223,6 +223,7 @@ function show_users {
}
function show_about {
clear
show_domains
show_users
any_key