Forgot to uncomment the curl command... ;)
This commit is contained in:
parent
f99df6fd2f
commit
17ce7ca3e4
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
USERNAME="<%= @voip_username %>"
|
||||
PIN="<%= @voip_password %>"
|
||||
|
||||
#/usr/bin/curl -c /tmp/cookie.txt -L --data "p_sa=$USERNAME&p_pin=$PIN&p_nic=200&p_appname=reseller&p_formlang=english&dest=/account/reseller/english/splash.asp" "https://www.myaccountcenter.net/account/lookup.asp?WCI=login" 2>/dev/null | grep 'Funds Remaining' | awk -F'$' '{print $2}' | tr '</b>' ' '
|
||||
/usr/bin/curl -c /tmp/cookie.txt -L --data "p_sa=$USERNAME&p_pin=$PIN&p_nic=200&p_appname=reseller&p_formlang=english&dest=/account/reseller/english/splash.asp" "https://www.myaccountcenter.net/account/lookup.asp?WCI=login" 2>/dev/null | grep 'Funds Remaining' | awk -F'$' '{print $2}' | tr '</b>' ' '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue