version 1.103.2.14, 2024/07/10 02:52:38
|
version 1.103.2.15, 2024/07/10 04:11:41
|
Line 1549 sub main () {
|
Line 1549 sub main () {
|
if (!$justcheckdaemons && !$justcheckconnections && !$justreload && !$justiptables) { |
if (!$justcheckdaemons && !$justcheckconnections && !$justreload && !$justiptables) { |
my ($bracketed_warning,$check_bracketed_paste) = &check_bash_settings(); |
my ($bracketed_warning,$check_bracketed_paste) = &check_bash_settings(); |
if ($check_bracketed_paste) { |
if ($check_bracketed_paste) { |
&log($fh,'<hr /><a name="bashconf" /><h2>bash readline config</h2><h3>Brackedted Paste</h3>'. |
&log($fh,'<hr /><a name="bashconf" /><h2>bash readline config</h2><h3>Bracketed Paste</h3>'. |
'<p>Distros using bash readline library 8.1 or later need bracketed paste disabled for www, so R commands sent to lon daemon will be processed.</p>'); |
'<p>Distros using bash readline library 8.1 or later need bracketed paste disabled for www, so R commands sent to lon daemon will be processed.</p>'); |
if ($bracketed_warning) { |
if ($bracketed_warning) { |
my $bash_update = &set_bracketed_paste_off(); |
my $bash_update = &set_bracketed_paste_off(); |