add Administrator to user adding

This commit is contained in:
Tobias Powalowski 2024-06-07 18:52:03 +02:00
parent aa132ddd96
commit 4affbc9fe6

View file

@ -179,7 +179,7 @@ _user_management() {
fi
_set_comment || break
_prepare_password User || break
if ${_USER_CMD}; then
if $(${_USER_CMD}); then
_set_password
_dialog --title " Success " --no-mouse --infobox "User Account ${_USER} created succesfully." 3 60
sleep 2