From 2e05da8bf051848ae593f88bd8036cc33bf3831a Mon Sep 17 00:00:00 2001 From: Alessandro Partesotti Date: Tue, 25 Apr 2023 21:48:18 +0200 Subject: [PATCH] shellcheck issues --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index ff01413..0f37868 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -319,8 +319,8 @@ function installQuestions() { done case $LAN_IP_CHOICE in 1) - $LAN_IP = "10.8.0.0" - $LAN_SUBNET_MASK = "255.255.255.0" + LAN_IP="10.8.0.0" + LAN_SUBNET_MASK="255.255.255.0" ;; 2) until [[ $LAN_IP =~ "" ]]; do