This commit is contained in:
Zachary Boyd 2014-03-19 13:25:54 +00:00
parent be23666592
commit 34be273e3b

View file

@ -4,7 +4,6 @@
if export http_proxy=http://<?php echo PROXY_USERNAME; ?>:<?php echo PROXY_PASSWORD; ?>@localhost:<?php echo PROXY_PORT; ?> && wget -qO- http://ifconfig.me/ip; then
exit 0;
else
echo "test failed";
init 6;
/usr/local/bin/start_router.sh
exit 1;
fi