Parcourir la source

Variable name

Bob Mottram il y a 9 ans
Parent
révision
d29885ebbc
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      src/freedombone-controlpanel

+ 2
- 1
src/freedombone-controlpanel Voir le fichier

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