make sure key is set

This commit is contained in:
hackerESQ
2025-01-26 11:31:07 -06:00
parent ec2019430e
commit 51c43e9893
+1 -1
View File
@@ -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