mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 18:19:54 -06:00
scripts dutchification - batch 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user