This commit is contained in:
hackerESQ
2025-01-26 11:36:42 -06:00
parent 51c43e9893
commit b27edd9818
+1 -1
View File
@@ -22,7 +22,7 @@ if [[ -z "$APP_KEY" ]]; then
echo "$border"
}
$APP_KEY=base64:$(openssl rand -base64 32)
export APP_KEY=base64:$(openssl rand -base64 32)
draw_box $APP_KEY
fi