Name
This commit is contained in:
parent
c326dea534
commit
4ade699856
|
@ -152,7 +152,7 @@ function passwords_show_apps {
|
|||
if [[ $(function_exists change_password_${a}) == "1" ]]; then
|
||||
i=$((i+1))
|
||||
W+=($i "$a")
|
||||
name+=("$u")
|
||||
name+=("$a")
|
||||
fi
|
||||
done
|
||||
|
||||
|
@ -180,7 +180,7 @@ function view_or_change_passwords {
|
|||
trap "rm -f $data" 0 1 2 5 15
|
||||
dialog --title $"View or Change Password" \
|
||||
--backtitle $"Freedombone Control Panel" \
|
||||
--inputbox $"${SELECTED_APP} password for ${SELECTED_USER}. Copy or change it if you wish." 8 60 "$CURR_PASSWORD" 2>$data
|
||||
--inputbox $"${SELECTED_APP} password for ${SELECTED_USERNAME}. Copy or change it if you wish." 8 60 "$CURR_PASSWORD" 2>$data
|
||||
sel=$?
|
||||
case $sel in
|
||||
0)
|
||||
|
|
Loading…
Reference in New Issue