diff --git a/usr/lib/archboot/installer/configuration.sh b/usr/lib/archboot/installer/configuration.sh index 8daf3da77..c95bee628 100644 --- a/usr/lib/archboot/installer/configuration.sh +++ b/usr/lib/archboot/installer/configuration.sh @@ -205,6 +205,7 @@ _user_management() { _NEXTITEM="1" while true; do _DEFAULT="--default-item ${_NEXTITEM}" + #shellcheck disable=SC2086 _dialog --title " Modify User Account ${_USER} " --no-cancel ${_DEFAULT} --menu "" 10 45 4 \ "1" "Change Password" \ "2" "Change Comment" \