adding user_shell to display with -q -v

This commit is contained in:
Frede Hundewadt 2020-10-31 09:49:32 +01:00
parent 15406d86f4
commit 110b26747b

View file

@ -420,6 +420,8 @@ load_profile_config(){
[[ -z ${password} ]] && password="manjaro"
[[ -z ${user_shell} ]] && user_shell='/bin/bash'
[[ -z ${login_shell} ]] && login_shell='/bin/bash'
if [[ -z ${addgroups} ]]; then
@ -505,6 +507,7 @@ reset_profile(){
unset disable_systemd_live
unset packages_desktop
unset packages_mhwd
unset user_shell
unset login_shell
unset netinstall
unset chrootcfg