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:
parent
e68780e1ad
commit
1560775494
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue