--- doc/loncapafiles/langcheck.piml 2022/03/26 15:13:40 1.29 +++ doc/loncapafiles/langcheck.piml 2023/05/01 17:54:35 1.30 @@ -71,7 +71,8 @@ if ('' eq 'sles9' || '' '' eq 'rhes7' || '' eq 'centos7' || '' eq 'scientific7' || '' eq 'rhes8' || '' eq 'centos8' || '' eq 'oracle7' || '' eq 'oracle8' || '' eq 'rocky8' || '' eq 'alma8' || - '' eq 'centos8-stream' || '' eq 'centos9-stream') { + '' eq 'centos8-stream' || '' eq 'centos9-stream' || '' eq 'rhes9' || + '' eq 'oracle9' || '' eq 'rocky9' || '' eq 'alma9') { if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) { print "Checking OS language"; if (<PIPE> =~ /^LANG="en/) {