From d141fff4c19e58126eb575625b8af7dde45d2bd3 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 14 Sep 2018 18:23:16 +0200 Subject: [PATCH] Start iptables just once --- basic.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/basic.sh b/basic.sh index 8a7af22..9906c25 100755 --- a/basic.sh +++ b/basic.sh @@ -38,7 +38,6 @@ cp ${SOURCE_DIR}/etc/conf.d/iptables /etc/conf.d/iptables cp ${SOURCE_DIR}/etc/iptables/rules-save /etc/iptables/rules-save cp ${SOURCE_DIR}/etc/network/interfaces /etc/network/interfaces service networking restart -service iptables restart # Download and configure acme.sh mkdir /etc/acme.sh.d