Fix setting bash as default shell for user

merge-requests/273/head
Chrysostomus 7 years ago
parent 9f04a8c671
commit ce350a096e

@ -698,7 +698,7 @@ create_new_user() {
"fish") [[ ! -e /mnt/usr/bin/fish ]] && basestrap ${MOUNTPOINT} fish
shell=/usr/bin/fish
;;
"*") shell=/bin/bash
"bash") shell=/bin/bash
;;
esac
check_for_error "default shell: [${shell}]"

Loading…
Cancel
Save