From 5c6fbfa6f8a19a76e732ec870a8bca0f3cb9822d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sat, 9 Mar 2024 14:50:10 -0500 Subject: [PATCH] Switch openssl token generation to hex to avoid special caracters issues with base64 --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 7b5855a3..124cfd5e 100644 --- a/misc/install.func +++ b/misc/install.func @@ -209,5 +209,5 @@ generate_token() { #For some reason, the /dev/urandom approach does not work inside an install script #tr -dc A-Za-z0-9