Skip to content
Snippets Groups Projects
Commit 42f93c67 authored by Claudio Cavalli's avatar Claudio Cavalli
Browse files

Added --no-proxy option to wget in veyonStart to prevent failure in certain cases

parent 12e06090
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
# Stop system-wide Veyon daemon
systemctl stop veyon
wget -O /var/lib/fuss-client/veyon-excluded-groups http://proxy/veyon/excluded_groups || rm -f /var/lib/fuss-client/veyon-excluded-groups
wget --no-proxy -O /var/lib/fuss-client/veyon-excluded-groups http://proxy/veyon/excluded_groups || rm -f /var/lib/fuss-client/veyon-excluded-groups
if [ -e /var/lib/fuss-client/veyon-excluded-groups ]; then
EXCLUDED_GROUPS="$(xargs < /var/lib/fuss-client/veyon-excluded-groups)"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment