From 23e533431a2954e52ce699af29b663f8563efff5 Mon Sep 17 00:00:00 2001 From: Henry N Date: Thu, 26 Mar 2020 21:24:50 +0100 Subject: [PATCH] Fix error messag mkdir /etc/iptables (#580) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix this error message: mkdir: cannot create directory ‘/etc/iptables’: File exists --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index b0703d7..d943f7e 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -900,7 +900,7 @@ verb 3" >> /etc/openvpn/server.conf fi # Add iptables rules in two scripts - mkdir /etc/iptables + mkdir -p /etc/iptables # Script to add rules echo "#!/bin/sh