chore: gpg test
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ tmp.token
|
||||
ready_params.json
|
||||
backups/
|
||||
.env
|
||||
#tmp**/
|
||||
|
||||
6
req.sh
6
req.sh
@@ -1,9 +1,9 @@
|
||||
CFG="LOCAL"
|
||||
#CFG="LOCAL"
|
||||
# CFG="POLYGON"
|
||||
# CFG="KRBL"
|
||||
CFG="KRBL"
|
||||
# CFG="EKB"
|
||||
|
||||
MFA_OFF="YES"
|
||||
#MFA_OFF="YES"
|
||||
|
||||
source .env
|
||||
|
||||
|
||||
3
tmp.sh
3
tmp.sh
@@ -14,12 +14,11 @@
|
||||
# ./req.sh device-params-v2 2025072900000083 > ./tmp/2025072900000083.json
|
||||
# ./req.sh device-params-v2 2025072900000086 > ./tmp/2025072900000086.json
|
||||
|
||||
DIR=./tmp7
|
||||
DIR=./tmp8
|
||||
|
||||
f() {
|
||||
./req.sh device-params-v2 $1 > $DIR/$1.json
|
||||
echo "$1 -- $(cat $DIR/$1.json | jq '.system.reg_number') -- $(cat $DIR/$1.json | jq '.version')"
|
||||
|
||||
}
|
||||
|
||||
mkdir -p $DIR
|
||||
|
||||
Reference in New Issue
Block a user