From 93625f6a5fb2652686fb5972c6d21a9a1e9d4f2d Mon Sep 17 00:00:00 2001 From: visocicaguy Date: Sat, 8 Oct 2016 22:16:57 +0200 Subject: [PATCH] Update README.md --- controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/README.md b/controller/README.md index 5237b07..4401d76 100644 --- a/controller/README.md +++ b/controller/README.md @@ -57,6 +57,6 @@ wget "http://mintakaconciencia.net/squares/umtskeeper/src/umtskeeper.tar.gz" tar -xzvf umtskeeper.tar.gz chmod +x sakis3g umtskeeper -#add following line at the end of /etc/rc.local: +#add following line at the end of /etc/rc.local (USBMODEM='12d1:1506' is a VARIABLE visible by issuing the command: lsusb): /home/pi/umtskeeper/umtskeeper --sakisoperators "USBINTERFACE='0' OTHER='USBMODEM' USBMODEM='12d1:1506' SIM_PIN='0000' APN='CUSTOM_APN' CUSTOM_APN='active.bhmobile.ba' APN_USER='0' APN_PASS='0'" --sakisswitches "--sudo --console" --devicename 'Huawei' --log --silent --monthstart 1 --nat 'no' --sakismaxfails 20 --httpserver &>> /home/pi/umtskeeper/error.log ```