File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1150,6 +1150,8 @@ sub build_ttyrec_cmdline_part1of2 {
1150
1150
push @ttyrec , ' -v' if $params {' debug' };
1151
1151
push @ttyrec , ' -T' , ' always' if $params {' tty' };
1152
1152
push @ttyrec , ' -T' , ' never' if $params {' notty' };
1153
+ push @ttyrec , ' --stealth-stdout' if $params {' stealth_stdout' };
1154
+ push @ttyrec , ' --stealth-stderr' if $params {' stealth_stderr' };
1153
1155
1154
1156
my $fnret = OVH::Bastion::account_config(
1155
1157
account => $params {' account' },
@@ -1201,9 +1203,6 @@ sub build_ttyrec_cmdline_part2of2 {
1201
1203
}
1202
1204
}
1203
1205
1204
- push @cmd , ' --stealth-stdout' if $params {' stealth_stdout' };
1205
- push @cmd , ' --stealth-stderr' if $params {' stealth_stderr' };
1206
-
1207
1206
my $ttyrecAdditionalParameters = OVH::Bastion::config(' ttyrecAdditionalParameters' )-> value;
1208
1207
push @cmd , @$ttyrecAdditionalParameters if @$ttyrecAdditionalParameters ;
1209
1208
You can’t perform that action at this time.
0 commit comments