wip
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user