Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Mar 8, 2024
1 parent d6cfacd commit f61713b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ fi
if [ "${TARGET}" = "tcsh" ]; then
cat /etc/nsswitch.conf
echo "Setting $(whoami) login shell to /usr/bin/tcsh"
getent passwd $(whoami)
sudo chsh -s /usr/bin/tcsh $(whoami)
sudo nscd -i passwd
grep $(whoami) /etc/passwd
getent passwd $(whoami)
exit 1
fi

0 comments on commit f61713b

Please sign in to comment.