shellcheck fix

This commit is contained in:
Tobias Powalowski 2024-06-06 14:13:13 +02:00
parent cb8d44f202
commit c842d52ed1

View file

@ -205,6 +205,7 @@ _user_management() {
_NEXTITEM="1" _NEXTITEM="1"
while true; do while true; do
_DEFAULT="--default-item ${_NEXTITEM}" _DEFAULT="--default-item ${_NEXTITEM}"
#shellcheck disable=SC2086
_dialog --title " Modify User Account ${_USER} " --no-cancel ${_DEFAULT} --menu "" 10 45 4 \ _dialog --title " Modify User Account ${_USER} " --no-cancel ${_DEFAULT} --menu "" 10 45 4 \
"1" "Change Password" \ "1" "Change Password" \
"2" "Change Comment" \ "2" "Change Comment" \