summaryrefslogtreecommitdiffstats
path: root/infest
diff options
context:
space:
mode:
authorroot <root@krebs>2011-05-04 22:41:47 +0200
committerroot <root@krebs>2011-05-04 22:41:47 +0200
commit3e53ebacdafb4bf852dfa9b0fba7ec7165ab66fd (patch)
treecdee8e1f16ae00d1614aea0cd82fde9fdff61004 /infest
parenta8dc2f14ac42a928e67f67c736ffde5519f61de0 (diff)
infest/passwd: fix typo
Diffstat (limited to 'infest')
-rwxr-xr-xinfest/passwd2
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