--- doc/loncapafiles/langcheck.piml 2021/12/20 03:13:28 1.27
+++ doc/loncapafiles/langcheck.piml 2021/12/21 13:57:46 1.28
@@ -70,7 +70,8 @@ if ('' eq 'sles9' || ''
'' eq 'fedora33' || '' eq 'fedora34' || '' eq 'fedora35' ||
'' eq 'rhes7' || '' eq 'centos7' || '' eq 'scientific7' ||
'' eq 'rhes8' || '' eq 'centos8' || '' eq 'oracle7' ||
- '' eq 'oracle8' || '' eq 'rocky8' || '' eq 'alma8') {
+ '' eq 'oracle8' || '' eq 'rocky8' || '' eq 'alma8' ||
+ '' eq 'centos8-stream' || '' eq 'centos9-stream') {
if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {