--- loncom/loncron 2024/07/10 02:52:38 1.103.2.14 +++ loncom/loncron 2024/07/10 04:11:41 1.103.2.15 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.103.2.14 2024/07/10 02:52:38 raeburn Exp $ +# $Id: loncron,v 1.103.2.15 2024/07/10 04:11:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1549,7 +1549,7 @@ sub main () { if (!$justcheckdaemons && !$justcheckconnections && !$justreload && !$justiptables) { my ($bracketed_warning,$check_bracketed_paste) = &check_bash_settings(); if ($check_bracketed_paste) { - &log($fh,'
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();