From 7e9a7136577ddcb414f9b50d7c8fc4a04b8f631b Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Thu, 4 Dec 2025 18:44:39 +0100 Subject: [PATCH] Fix shfmt formatting for constant comments --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 1772287..592f7d1 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -7,8 +7,8 @@ # https://github.com/angristan/openvpn-install # Configuration constants -readonly CERT_VALIDITY_DAYS=3650 # 10 years -readonly CRL_VALIDITY_DAYS=3650 # 10 years +readonly CERT_VALIDITY_DAYS=3650 # 10 years +readonly CRL_VALIDITY_DAYS=3650 # 10 years readonly EASYRSA_VERSION="3.1.2" readonly EASYRSA_SHA256="d63cf129490ffd6d8792ede7344806c506c82c32428b5bb609ad97ca6a6e4499"