Variable name
This commit is contained in:
parent
c4f02011d5
commit
d29885ebbc
|
@ -195,7 +195,7 @@ function show_users {
|
||||||
for d in /home/*/ ; do
|
for d in /home/*/ ; do
|
||||||
USRNAME=$(echo "$d" | awk -F '/' '{print $3}')
|
USRNAME=$(echo "$d" | awk -F '/' '{print $3}')
|
||||||
if [[ $USRNAME != "git" ]]; then
|
if [[ $USRNAME != "git" ]]; then
|
||||||
echo -n "$USERNAME"
|
echo -n "$USRNAME"
|
||||||
# get the SIP extension
|
# get the SIP extension
|
||||||
SIPEXT=
|
SIPEXT=
|
||||||
while read ext; do
|
while read ext; do
|
||||||
|
@ -223,6 +223,7 @@ function show_users {
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_about {
|
function show_about {
|
||||||
|
clear
|
||||||
show_domains
|
show_domains
|
||||||
show_users
|
show_users
|
||||||
any_key
|
any_key
|
||||||
|
|
Loading…
Reference in New Issue