diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 3d8c1386f..87188cabe 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -165,6 +165,7 @@ _configure_system() { _run_locale_gen elif [[ "${_FILE}" = "> User Management" ]]; then _user_management + _FILE="> User Management" else ${_EDITOR} "${_DESTDIR}""${_FILE}" fi