fix random env for db password

This commit is contained in:
Stille 2022-01-06 15:45:21 +08:00
parent fe24bc0bdb
commit df0ca55aa9
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Font="\033[0m"
WORK_PATH=$(dirname $(readlink -f $0))
UNAME=$(uname -m)
TEMP=${RANDOM}
welcome (){
clear
@ -314,7 +315,6 @@ start () {
acme () {
TEMP=${RANDOM}
mkdir -p ${WORK_PATH}/${TEMP}
cat >${WORK_PATH}/${TEMP}/account.conf<<EOF
export ${API_ID_HEADER}="${API_ID_INPUT}"