diff options
-rw-r--r-- | e3372-reboot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e3372-reboot.sh b/e3372-reboot.sh index 7e74a16..9baf1a2 100644 --- a/e3372-reboot.sh +++ b/e3372-reboot.sh @@ -7,3 +7,4 @@ TOKEN=`grep "TokInfo" ses_tok.xml | cut -b 10-41` curl -s -X POST "http://$MODEM_IP/api/device/control" -H "Cookie: $COOKIE" -H "__RequestVerificationToken: $TOKEN" -H "Content-Type: text/xml" -d "<?xml version="1.0" encoding="UTF-8"?><request><Control>1</Control></request>" +#test
\ No newline at end of file |