diff options
Diffstat (limited to 'insidechroot.sh')
-rw-r--r-- | insidechroot.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/insidechroot.sh b/insidechroot.sh index 88a5d26..57951ab 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -131,7 +131,7 @@ nogroup:x:99: users:x:999: EOF - echo "tester:x:$(ls -n "$(tty)" | cut -d" " -f3):101::/home/tester:/bin/bash" >> /etc/passwd + echo "tester:x:${TESTERUID}:101::/home/tester:/bin/bash" >> /etc/passwd echo "tester:x:101:" >> /etc/group install -o tester -d /home/tester @@ -162,4 +162,3 @@ EOF else printf "%b" "Do Chapter 8, 9 and 10 stuff here.\n" fi - |