diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-30 13:52:55 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-30 13:52:55 +0100 |
commit | 2dec8098d2b436ea78dec78d8e14e40c0905be35 (patch) | |
tree | c7173097ac34f07137c259a2dc1cdfb59119e754 /install-itzks-workstation | |
parent | 3ae50f4a99e89a60a89de2102c301a3c90c4da4c (diff) | |
download | itzks-install-script-2dec8098d2b436ea78dec78d8e14e40c0905be35.tar.gz itzks-install-script-2dec8098d2b436ea78dec78d8e14e40c0905be35.tar.bz2 itzks-install-script-2dec8098d2b436ea78dec78d8e14e40c0905be35.zip |
Fix syntax error.
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 8e55dd5..ad92b68 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -182,7 +182,7 @@ cat <<EOT > /usr/share/debian-edu-config/tools/wpad-extract # Look up one of the www.debian.org IP addresses to avoid hanging on # DNS if the skolelinux machines are not connected to the Internet. proxy_url=\$(curl -s http://wpad/wpad.dat | pactester -p - \\ - -u http://130.89.148.14 | awk '{print $2}' | cut -d';' -f1) + -u http://130.89.148.14 | awk '{print \$2}' | cut -d';' -f1) echo http_proxy=http://\$proxy_url EOT |