diff options
| author | Your Name <you@example.com> | 2013-03-15 06:02:25 -0400 |
|---|---|---|
| committer | Your Name <you@example.com> | 2013-03-15 06:02:25 -0400 |
| commit | e1047af73a37bcb0a2395ab00e06997eb6a7b61a (patch) | |
| tree | 7941af9029ea8eb0435f5cd4a97dff51cb062b0e /minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager | |
| parent | d3e60d8fac6315692f64d52f1eec55511341e7cf (diff) | |
| parent | 001bfd5f2b6890cafd209de4ea360927d4dd8a55 (diff) | |
Merge branch 'master' of https://github.com/krebscode/painload
Conflicts:
minikrebs
Diffstat (limited to 'minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager')
| -rwxr-xr-x | minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager b/minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager deleted file mode 100755 index f22a209e..00000000 --- a/minikrebs/profiles/nfc-login/customfiles/usr/bin/login-manager +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -#LOGIN_HOST=heidi.shack -#LOGIN_HOST=heidi:5000 -LOGIN_HOST=10.42.10.38:5000 -all_led(){ - for i in 3g wlan lan wps;do - led $i $1 - - done -} -led(){ - /usr/bin/mrled $1 $2 -} - -# fix for mr3020 weirdness -while sleep 1; do - uid=$(nfc-list | grep UID | cut -d: -f 2 | sed 's/ //g') - if ! [ x"$uid" = x ];then - online=$(wget -O- http://$LOGIN_HOST/user/$uid/online 2>/dev/null) - if [ x"$online" = "x" ];then - led lan timer - elif [ "$online" = "false" ];then - action="login" - led 3g timer - else - action="logout" - led wlan timer - fi - wget -O- http://$LOGIN_HOST/user/$uid/$action &>/dev/null - echo $uid $action - sleep 5 - all_led none - fi -done |
