Skip to content

Commit

Permalink
Handle export Bourne shell compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Oct 2, 2016
1 parent 36985e7 commit 1ed2e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/firewall.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
# Some things may become clearer if you look at the default

# We make use of "[0-9]" in this config, so we need correct LC_COLLATE:
LC_COLLATE=C
export LC_COLLATE
unset LC_ALL
export LC_COLLATE=C

# In order to configure, one might need the active sshd port "$SSHPORT":
# This port is read from /etc/ssh/sshd_config (default: "ssh")
Expand Down

0 comments on commit 1ed2e2c

Please sign in to comment.