Revert "Use bash as shell until #1124 is fixed"

This commit is contained in:
Jeremy Soller 2017-12-29 14:59:23 -07:00 committed by GitHub
parent 175050faa0
commit 360605ee0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ prompt = false
#acid = {}
#autoconf = {}
#automake = {}
bash = {}
#bash = {}
#binutils = {}
#ca-certificates = {}
#cargo = {}
@ -75,12 +75,10 @@ uid = 0
gid = 0
name = "root"
home = "/root"
shell = "/bin/bash"
[users.user]
# Password is unset
password = ""
shell = "/bin/bash"
[[files]]
path = "/etc/init.d/00_base"