fix(coreos-base/coreos-base): Change core's shell to bash.

It is bash but might as well be explicit about that.
This commit is contained in:
Michael Marineau 2013-08-22 18:33:16 -04:00
parent a1a5f82b28
commit 898a3a3a08

View File

@ -167,7 +167,7 @@ pkg_postinst() {
crypted_password=$(cat "${SHARED_USER_PASSWD_FILE}")
remove_user "${system_user}"
add_user "${system_user}" "x" "${system_id}" \
"${system_id}" "system_user" "${system_home}" /bin/sh
"${system_id}" "system_user" "${system_home}" /bin/bash
remove_shadow "${system_user}"
add_shadow "${system_user}" "${crypted_password}"