From 11e890401cad221d4bd0abe201bf361252bf7144 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 19 Feb 2017 11:36:44 +0100 Subject: [PATCH] [Update] Token is now 128c long (unlock_code) --- clone/clone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/clone.conf b/clone/clone.conf index 72df6d5..ab3f745 100755 --- a/clone/clone.conf +++ b/clone/clone.conf @@ -18,4 +18,4 @@ export MACHINE_STATE="STOP"; 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 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);