Variable name
This commit is contained in:
parent
c4f02011d5
commit
d29885ebbc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue