This commit is contained in:
hackerESQ
2025-01-26 21:45:17 -06:00
parent 99749bd9c9
commit 60577d02c7
+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 "\n\n$border" echo -e "$border"
echo "* $text *" echo "* $text *"
echo -e "$border\n\n" echo -e "$border"
} }
export APP_KEY=base64:$(openssl rand -base64 32) export APP_KEY=base64:$(openssl rand -base64 32)