aboutsummaryrefslogtreecommitdiff
path: root/fai/config/scripts/EDU/99-proxy-from-wpad
blob: 5233b887368f9c0247508204f99850a17fe5c767 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Let's make really sure that we have correct http proxy settings.
if [ -x $target/usr/share/debian-edu-config/tools/update-proxy-from-wpad ]; then
	# never fail, this will be repeated during runtime...
	chroot $target /usr/share/debian-edu-config/tools/update-proxy-from-wpad || true
fi