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