<html style="direction: ltr;">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<style>body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="UTF-8" text="#000000"
bgcolor="#FFFFFF">
Got a working script, on an ubuntu box, that will not run on arch.
It stops on:<br>
<br>
ip_page=$(wget -q -O -
<a class="moz-txt-link-freetext" href="http://$router_username:$router_pass@192.168.1.1/Status_Router.asp">http://$router_username:$router_pass@192.168.1.1/Status_Router.asp</a>)<br>
<br>
Running in a terminal: <br>
wget -q -O -
<a class="moz-txt-link-freetext" href="http://$router_username:$router_pass@192.168.1.1/Status_Router.asp">http://$router_username:$router_pass@192.168.1.1/Status_Router.asp</a><br>
OR <br>
wget -q -O --user="xxx" --password="xxx" -
<a class="moz-txt-link-freetext" href="http://192.168.1.1/Status_Router.asp">http://192.168.1.1/Status_Router.asp</a><br>
<br>
Will not work either.<br>
<br>
Any help appreciated.<br>
<br>
Thanks!<br>
</body>
</html>