This commit is contained in:
Bob Mottram 2016-11-19 16:29:04 +00:00
parent c326dea534
commit 4ade699856
1 changed files with 2 additions and 2 deletions

View File

@ -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)