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 ' '