Skip to content

Commit

Permalink
Fix usercreation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobu5 committed Dec 2, 2019
1 parent e942249 commit ba701e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrootinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOF
# root pw
echo 'root:'${PWD} | chpasswd
#create user
useradd -m -G wheel jakobu5
useradd -m -G wheel ${USER}
# pw change for users
echo ${USER}':'${PWD} | chpasswd

Expand Down

0 comments on commit ba701e9

Please sign in to comment.