summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-10-22 17:22:08 +0200
committerSimon Rettberg2024-10-22 17:22:08 +0200
commitafc2dbde5b61f1037058665a4dd3474c849af4c7 (patch)
tree5b3a00571987aa8ef75e3eed6cb30fe0e756f9e4 /core
parent[vbox-src] Update to 7.1.4 (diff)
downloadmltk-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-firewall1
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