This commit is contained in:
hackerESQ
2025-01-26 21:45:38 -06:00
parent 60577d02c7
commit cff3c02851
+2 -2
View File
@@ -13,9 +13,9 @@ if [[ -z "$APP_KEY" ]]; then
local length=${#text} local length=${#text}
local border=$(printf '%*s' "$((length + 4))" | tr ' ' '*') local border=$(printf '%*s' "$((length + 4))" | tr ' ' '*')
echo -e "$border" echo "$border"
echo "* $text *" echo "* $text *"
echo -e "$border" echo "$border"
} }
export APP_KEY=base64:$(openssl rand -base64 32) export APP_KEY=base64:$(openssl rand -base64 32)