diff options
author | Simon Rettberg | 2024-10-22 17:22:08 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-10-22 17:22:08 +0200 |
commit | afc2dbde5b61f1037058665a4dd3474c849af4c7 (patch) | |
tree | 5b3a00571987aa8ef75e3eed6cb30fe0e756f9e4 /core | |
parent | [vbox-src] Update to 7.1.4 (diff) | |
download | mltk-afc2dbde5b61f1037058665a4dd3474c849af4c7.tar.gz mltk-afc2dbde5b61f1037058665a4dd3474c849af4c7.tar.xz mltk-afc2dbde5b61f1037058665a4dd3474c849af4c7.zip |
[run-virt] Remove stray else
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall b/core/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall index 95776c81..f10c12af 100644 --- a/core/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall +++ b/core/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall @@ -253,7 +253,6 @@ if ! ( iptables "${IPLINE1[@]}" -p tcp "${IPLINE2with[@]}" iptables "${IPLINE1[@]}" -p udp "${IPLINE2[@]}" fi - else fi done < "$RULES" if [ -s "$DNSCFG" ]; then |