diff options
author | Eric Hameleers <alien@slackware.com> | 2022-01-04 21:35:57 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-01-04 21:35:57 +0100 |
commit | 3e1ac73ff9d0b0cf90ac5bf88b1224f1bb855c71 (patch) | |
tree | 38368ea06bd0b69fc103cbe3087df1e923b05e88 /setup2hd/SeTfirewall.tpl | |
parent | 47f4e1fa580e581bd8720cd4c2fea2dd3ff18d0c (diff) | |
download | liveslak-3e1ac73ff9d0b0cf90ac5bf88b1224f1bb855c71.tar.gz liveslak-3e1ac73ff9d0b0cf90ac5bf88b1224f1bb855c71.tar.xz |
SeTfirewall.tpl: satisfy SCerovec's OCD.
Diffstat (limited to '')
-rw-r--r-- | setup2hd/SeTfirewall.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup2hd/SeTfirewall.tpl b/setup2hd/SeTfirewall.tpl index 144794f..e2e2687 100644 --- a/setup2hd/SeTfirewall.tpl +++ b/setup2hd/SeTfirewall.tpl @@ -237,7 +237,7 @@ for example: 22,465,3000:3011,6660:6669,7000" \ TCP_LIST=$(echo $TCP_LIST $CUSTOM_TCP_LIST | sed 's/^ *//g' | tr ' ' ',') UDP_LIST=$(echo $UDP_LIST $CUSTOM_UDP_LIST | sed 's/^ *//g' | tr ' ' ',') - DEV_LIST=$(for INDEV in ${!NETDEVARR[@]} ; do if [ "${NETDEVARR[$INDEV]}" = "on" ]; then echo -n $INDEV ; fi ; done) + DEV_LIST=$(for INDEV in ${!NETDEVARR[@]} ; do if [ "${NETDEVARR[$INDEV]}" = "on" ]; then echo -n $INDEV" " ; fi ; done) ${DIALOG} --backtitle "@UDISTRO@ (@LIVEDE@) Basic Firewall Setup" \ --title "CONFIRM CONFIGURATION" \ |