~ctf/checkbox/bug811177

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

config_file="/etc/hwtest.d/$1.ini"

if [ "$1" = "hwtest" ]; then
    cat <<'EOF' >>$config_file
[hwtest/plugins/proxy_info]
http_proxy =
https_proxy =

EOF
fi