in functions.sh
change froM:
wget -t 1 -T 15 --no_proxy http://127.0.0.1/service/getclient.php -q -O -
to:
wget -t 1 -T 15 --no-proxy http://127.0.0.1/service/getclient.php -q -O -
– the unterlign between no and proxy
Michael
in functions.sh
change froM:
wget -t 1 -T 15 --no_proxy http://127.0.0.1/service/getclient.php -q -O -
to:
wget -t 1 -T 15 --no-proxy http://127.0.0.1/service/getclient.php -q -O -
– the unterlign between no and proxy
Michael