@@ -195,6 +195,9 @@ function passwords_show_apps {
name+=("$a")
fi
done
i=$((i+1))
W+=($i"mariadb")
name+=("mariadb")
selected_app_index=$(dialog --backtitle$"Freedombone Control Panel"--title$"Select App"--menu$"Select one of the following:" 24 40 17 "${W[@]}" 3>&2 2>&1 1>&3)
...
...
@@ -245,6 +248,12 @@ function view_or_change_passwords {