From 96dc4f0c04dbcc7a8bddaffb73f2d4b24a373b22 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@4s3ti.net> Date: Thu, 16 Mar 2023 01:27:13 +0100 Subject: [PATCH] refactor(scripts): Fix codestyle --- scripts/openvpn/makeOVPN.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/openvpn/makeOVPN.sh b/scripts/openvpn/makeOVPN.sh index 696e19a..f0cd765 100755 --- a/scripts/openvpn/makeOVPN.sh +++ b/scripts/openvpn/makeOVPN.sh @@ -14,7 +14,6 @@ INDEX="/etc/openvpn/easy-rsa/pki/index.txt" # shellcheck disable=SC1090 source "${setupVars}" - # shellcheck disable=SC2154 userGroup="${install_user}:${install_user}"