From 0ac483af4605eaf6dc27ac9fbc6bc693fadc0284 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 16 Mar 2012 09:17:33 +0100 Subject: [PATCH] updated fritz.box reconnect script --- bash_scripts/router | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash_scripts/router b/bash_scripts/router index 866f0c9..efbf142 100755 --- a/bash_scripts/router +++ b/bash_scripts/router @@ -1,2 +1,4 @@ #!/bin/bash -curl "http://fritz.box:49000/upnp/control/WANIPConn1" -H 'Content-Type: text/xml; charset="utf-8"' -H 'SoapAction: urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination' -d ' ' +curl 'http://fritz.box:49000/upnp/control/WANIPConn1' \ + -H 'Content-Type: text/xml; charset="utf-8"' \ + -H 'SoapAction: urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination' -d ' '