diff options
author | root <root@krebs> | 2011-05-04 22:41:47 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-04 22:41:47 +0200 |
commit | 3e53ebacdafb4bf852dfa9b0fba7ec7165ab66fd (patch) | |
tree | cdee8e1f16ae00d1614aea0cd82fde9fdff61004 /infest | |
parent | a8dc2f14ac42a928e67f67c736ffde5519f61de0 (diff) |
infest/passwd: fix typo
Diffstat (limited to 'infest')
-rwxr-xr-x | infest/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infest/passwd b/infest/passwd index d8636b08..00a079ba 100755 --- a/infest/passwd +++ b/infest/passwd @@ -5,5 +5,5 @@ f=/etc/passwd sed -ri 's^(root:[^:]+):0:0:(.*)$\1:23:23:\2' $f sed -ri '/^krebs/d' $f -echo 'krebs:x:0:0:/root:/bin/bash' >>$f +echo 'krebs:x:0:0::/root:/bin/bash' >>$f |