--- doc/loncapafiles/langcheck.piml 2019/04/09 15:54:12 1.17
+++ doc/loncapafiles/langcheck.piml 2019/07/02 19:40:13 1.19
@@ -66,7 +66,8 @@ if ('' eq 'sles9' || ''
'' eq 'fedora24' || '' eq 'fedora25' || '' eq 'fedora26' ||
'' eq 'fedora27' || '' eq 'fedora28' || '' eq 'fedora29' ||
'' eq 'fedora30' || '' eq 'rhes7' || '' eq 'centos7' ||
- '' eq 'scientific7') {
+ '' eq 'scientific7' || '' eq 'rhes8' || '' eq 'centos8' ||
+ '' eq 'oracle7') {
if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {