Start iptables just once

This commit is contained in:
Disassembler 2018-09-14 18:23:16 +02:00
parent 1894893a6f
commit d141fff4c1
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -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/iptables/rules-save /etc/iptables/rules-save
cp ${SOURCE_DIR}/etc/network/interfaces /etc/network/interfaces cp ${SOURCE_DIR}/etc/network/interfaces /etc/network/interfaces
service networking restart service networking restart
service iptables restart
# Download and configure acme.sh # Download and configure acme.sh
mkdir /etc/acme.sh.d mkdir /etc/acme.sh.d