From 51c43e9893a25ba687c47fe8d5c1b486d3291435 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sun, 26 Jan 2025 11:31:07 -0600 Subject: [PATCH] make sure key is set --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 8daed8c..bbc9342 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -22,7 +22,7 @@ if [[ -z "$APP_KEY" ]]; then echo "$border" } - $APP_KEY="base64:$(openssl rand -base64 32)" + $APP_KEY=base64:$(openssl rand -base64 32) draw_box $APP_KEY fi