TinCanTech / easy-tls

Manage and Inline OpenVPN TLS keys and Easy-RSA PKI credentials. Supports OpenVPN TLS-Crypt-V2 key system and OpenVPN Peer-Fingerprint mode.
GNU General Public License v2.0
87 stars 19 forks source link

./easytls: line 7: syntax error near unexpected token `newline' ./easytls: line 7: `<!DOCTYPE html>' #277

Closed dannyolsen closed 2 years ago

dannyolsen commented 2 years ago

hi,

does anyone know how to fix this?

when typing ./easytls is get:

" root@ubuntu:/easy-rsa# root@ubuntu:/easy-rsa# ./easytls ./easytls: line 7: syntax error near unexpected token newline' ./easytls: line 7:<!DOCTYPE html>' "

Im running ubuntu on a raspberry 4

any help appreciated...

Danny

TinCanTech commented 2 years ago

The line in question is a comment, but it is wrapped in a heredoc. I can change this .. but what is your version of bash ?