vncserver: fix heredoc to work on CentOS

KASM-1810_yaml_config
Dmitry Maksyoma 4 years ago
parent bc2e2512e3
commit 8cd49ebbf8

@ -567,10 +567,10 @@ sub CheckUserHasAccessToDefaultCertOnDebian {
my $certGroup = 'ssl-cert'; my $certGroup = 'ssl-cert';
if (system("groups | grep -qw $certGroup") != 0) { if (system("groups | grep -qw $certGroup") != 0) {
say <<~EOF; say <<EOF;
Can't access TLS certificate. Can't access TLS certificate.
Please add your user to $certGroup via 'addgroup <user> $certGroup' Please add your user to $certGroup via 'addgroup <user> $certGroup'
EOF EOF
exit(1); exit(1);
} }
} }

Loading…
Cancel
Save