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 6b2776c commit d6cfacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ if [ ! -z "${INSTALL_PUTTY}" ]; then
fi

if [ "${TARGET}" = "tcsh" ]; then
cat /etc/nscd.conf
cat /etc/nsswitch.conf
echo "Setting $(whoami) login shell to /usr/bin/tcsh"
sudo chsh -s /usr/bin/tcsh $(whoami)
sudo nscd -i passwd
Expand Down

0 comments on commit d6cfacd

Please sign in to comment.