Fixing spell checker TODO's and missing quote in the CICD file

This commit is contained in:
Christopher Dryden 2025-11-22 01:35:48 +00:00 committed by Chris Dryden
parent 64c97696fc
commit 889f46c19f
2 changed files with 2 additions and 2 deletions

View file

@ -747,7 +747,7 @@ jobs:
FAKE_UTMP_2='[2] [00000] [~~ ] [reboot] [~ ] [6.0.0-test] [0.0.0.0] [2022-02-22T22:11:22,222222+00:00]'
FAKE_UTMP_7='[7] [999999] [tty2] [runner] [tty2] [ ] [0.0.0.0] [2022-02-22T22:22:22,222222+00:00]'
FAKE_UTMP_LIVE='[7] [1] [tty3] [runner] [tty3] [ ] [0.0.0.0] [2022-02-22T22:22:22,222222+00:00]'
(echo "$FAKE_UTMP_2" ; echo "$FAKE_UTMP_7 ; echo "$FAKE_UTMP_LIVE") | sudo utmpdump -r -o /var/run/utmp
(echo "$FAKE_UTMP_2" ; echo "$FAKE_UTMP_7" ; echo "$FAKE_UTMP_LIVE") | sudo utmpdump -r -o /var/run/utmp
# ... and add a full name to each account with a gecos field but no full name.
sudo sed -i 's/:,/:runner name,/' /etc/passwd
# We also create a couple optional files pinky looks for