mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-26 02:51:06 +01:00
Merge pull request #97 from ymc/feature/fix_syntax_highlighting
Fix possibly broken syntax highlighting
This commit is contained in:
@@ -54,7 +54,7 @@ load_config() {
|
||||
WELLKNOWN=
|
||||
PRIVATE_KEY_RENEW="no"
|
||||
KEY_ALGO=rsa
|
||||
OPENSSL_CNF="$(openssl version -d | cut -d'"' -f2)/openssl.cnf"
|
||||
OPENSSL_CNF="$(openssl version -d | cut -d\" -f2)/openssl.cnf"
|
||||
CONTACT_EMAIL=
|
||||
LOCKFILE=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user