mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Revert "Temporarily change default shell"
Most configs don't have bash installed.
This reverts commit 95ea0ffaca.
This commit is contained in:
parent
e75fc907cb
commit
a67739e030
@ -276,12 +276,12 @@ uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
shell = "/usr/bin/bash"
|
||||
shell = "/usr/bin/ion"
|
||||
|
||||
[users.user]
|
||||
# Password is unset
|
||||
password = ""
|
||||
shell = "/usr/bin/bash"
|
||||
shell = "/usr/bin/ion"
|
||||
|
||||
# Group settings
|
||||
[groups.sudo]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user