We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec133f commit bb132d1Copy full SHA for bb132d1
ssh-helpers/conductor.sh
@@ -17,7 +17,9 @@ stty_settings=$(command stty -g)
17
################################################################################
18
19
cleanup() {
20
+ log cleanup "$stty_settings"
21
command stty "$stty_settings"
22
+ command stty echo
23
}
24
25
die() {
@@ -185,6 +187,7 @@ exec_login_shell() {
185
187
186
188
log exec_login_shell "$login_shell" with name "$shell_name"
189
190
+ cleanup
191
# We need to pass the first argument to the executed program with a leading -
192
# to make sure the shell executes as a login shell. Note that not all shells
193
# support exec -a so we use the below to try to detect such shells
0 commit comments