[Update] Token is now 128c long (unlock_code)
This commit is contained in:
parent
76c4ed5fca
commit
11e890401c
|
@ -18,4 +18,4 @@ export MACHINE_STATE="STOP";
|
||||||
export API_URL="http://192.168.0.43/logauth/api/machineDefault/sync/";
|
export API_URL="http://192.168.0.43/logauth/api/machineDefault/sync/";
|
||||||
export MACHINE_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
export MACHINE_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
||||||
export NEXT_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
export NEXT_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
||||||
export UNLOCK_CODE=$(tr -dc a-f0-9 < /dev/urandom | head -c 64);
|
export UNLOCK_CODE=$(tr -dc a-f0-9 < /dev/urandom | head -c 128);
|
||||||
|
|
Loading…
Reference in New Issue