Bob Mottram 8 anos atrás
pai
commit
4ade699856
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel Ver arquivo

152
         if [[ $(function_exists change_password_${a}) == "1" ]]; then
152
         if [[ $(function_exists change_password_${a}) == "1" ]]; then
153
             i=$((i+1))
153
             i=$((i+1))
154
             W+=($i "$a")
154
             W+=($i "$a")
155
-            name+=("$u")
155
+            name+=("$a")
156
         fi
156
         fi
157
     done
157
     done
158
 
158
 
180
     trap "rm -f $data" 0 1 2 5 15
180
     trap "rm -f $data" 0 1 2 5 15
181
     dialog --title $"View or Change Password" \
181
     dialog --title $"View or Change Password" \
182
            --backtitle $"Freedombone Control Panel" \
182
            --backtitle $"Freedombone Control Panel" \
183
-           --inputbox $"${SELECTED_APP} password for ${SELECTED_USER}. Copy or change it if you wish." 8 60 "$CURR_PASSWORD" 2>$data
183
+           --inputbox $"${SELECTED_APP} password for ${SELECTED_USERNAME}. Copy or change it if you wish." 8 60 "$CURR_PASSWORD" 2>$data
184
     sel=$?
184
     sel=$?
185
     case $sel in
185
     case $sel in
186
         0)
186
         0)