This commit is contained in:
edmoz 2014-04-23 15:38:25 -07:00
Родитель 6dbe5044ca
Коммит af23e0635b
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,5 @@
#!/bin/sh
export PUBLIC_URL="https://api-accounts.stage.mozaws.net/"
EMAIL=email-limit-$(date +%s)@restmail.net
declare -i PRELIMIT
DELAYLIMIT=10

Просмотреть файл

@ -1,5 +1,5 @@
#!/bin/sh
export PUBLIC_URL=https://api.accounts.firefox.com/
export PUBLIC_URL="https://api-accounts.stage.mozaws.net/"
export COMMAND="./ve/bin/fxa-client --password 12345678"
$COMMAND --email user-monitor@restmail.net create
sleep 2

Просмотреть файл

@ -1,4 +1,5 @@
#!/bin/sh
export PUBLIC_URL="https://api-accounts.stage.mozaws.net/"
EMAIL=login-limit-$(date +%s)@restmail.net
declare -i PRELIMIT
DELAYLIMIT=20