Fix comment
This commit is contained in:
parent
0ae45bd2d2
commit
d6e6a82c5b
@ -131,7 +131,7 @@ main() {
|
||||
# CTRL-C at the chsh password prompt will bubble up and kill this script,
|
||||
# so we set a benign trap on the INT signal to stop the bubbling.
|
||||
trap 'true' INT
|
||||
# We need a while loop so the user can retry after entering a bad password.
|
||||
# We need a loop so the user can retry after entering a bad password.
|
||||
while true; do
|
||||
# Attempt to change the default login shell.
|
||||
CHSH_ZSH_STDERR="$(chsh -s "$CHSH_ZSH" 2>&1)" && {
|
||||
|
Loading…
Reference in New Issue
Block a user