--- loncom/loncron 2024/07/10 02:47:53 1.130 +++ loncom/loncron 2024/07/10 04:10:35 1.131 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.130 2024/07/10 02:47:53 raeburn Exp $ +# $Id: loncron,v 1.131 2024/07/10 04:10:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1782,7 +1782,7 @@ sub main () { if (!$justcheckdaemons && !$justcheckconnections && !$justreload && !$justiptables) { my ($bracketed_warning,$check_bracketed_paste) = &check_bash_settings(); if ($check_bracketed_paste) { - &log($fh,'

bash readline config

Brackedted Paste

'. + &log($fh,'

bash readline config

Bracketed Paste

'. '

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.

'); if ($bracketed_warning) { my $bash_update = &set_bracketed_paste_off();