diff options
| author | Simon Rettberg | 2016-08-30 18:19:54 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-08-30 18:19:54 +0200 |
| commit | 98fb0fe15fdfe40fedf178d56d3952d859475697 (patch) | |
| tree | 3d4979ddacb623cf5710f6ecbd0d3787d064ae9e /remote/modules/run-virt/data/opt/openslx/vmchooser/scripts | |
| parent | [rfs-stage32] Add ip6tables (diff) | |
| download | tm-scripts-98fb0fe15fdfe40fedf178d56d3952d859475697.tar.gz tm-scripts-98fb0fe15fdfe40fedf178d56d3952d859475697.tar.xz tm-scripts-98fb0fe15fdfe40fedf178d56d3952d859475697.zip | |
[run-virt] Fix firewall setup by making wget calls busybox compliant, +s fw-binary
Diffstat (limited to 'remote/modules/run-virt/data/opt/openslx/vmchooser/scripts')
| -rw-r--r-- | remote/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall b/remote/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall index 02ba2b5c..2773150c 100644 --- a/remote/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall +++ b/remote/modules/run-virt/data/opt/openslx/vmchooser/scripts/set-firewall @@ -65,7 +65,7 @@ fi sort -u "${AUTORULES}" > "${RULES}" -wget -T 6 --no-verbose -O - "${SLX_VMCHOOSER_BASE_URL}/lecture/$1/netrules" >> "${RULES}" 2> "${AUTORULES}" +wget -T 6 -O - "${SLX_VMCHOOSER_BASE_URL}/lecture/$1/netrules" >> "${RULES}" 2> "${AUTORULES}" RET=$? if [ "$RET" != "0" ]; then |
