1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:27:35 +00:00

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

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)
{