Utilities: Change default shell of useradd to /bin/sh

This commit is contained in:
brapru 2021-05-29 08:18:11 -04:00 committed by Linus Groh
parent e68780e1ad
commit 1560775494
Notes: sideshowbarker 2024-07-18 17:09:36 +09:00

View File

@ -17,7 +17,7 @@
constexpr uid_t BASE_UID = 1000;
constexpr gid_t USERS_GID = 100;
constexpr const char* DEFAULT_SHELL = "/bin/Shell";
constexpr const char* DEFAULT_SHELL = "/bin/sh";
int main(int argc, char** argv)
{