ソースを参照

Variable name

Bob Mottram 9 年 前
コミット
d29885ebbc
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      src/freedombone-controlpanel

+ 2
- 1
src/freedombone-controlpanel ファイルの表示

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