scripts dutchification - batch 1

This commit is contained in:
bergware
2023-10-03 05:52:52 +02:00
parent fe1cc8fdef
commit 2f16bc249f

View File

@@ -17,6 +17,9 @@
# LimeTech - modified for Unraid OS
# Bergware - modified for Unraid OS, October 2023
# run & log functions
. /etc/rc.d/rc.runlog
# At this point, we are (almost) ready to talk to The World...
#
# If there is a firewall script, run it before enabling packet forwarding.
@@ -24,9 +27,6 @@
# setting up a firewall or NAT on Linux. In some cases this might need to
# be moved past the section below dealing with IP packet forwarding.
# run & log functions
. /etc/rc.d/rc.runlog
if [[ -x /etc/rc.d/rc.firewall ]]; then
/etc/rc.d/rc.firewall start
fi