fix: create LOGS_DIR if not exits

add-more-languages
Meng Zhang 2023-04-05 23:04:42 +08:00
parent 05f6fcf413
commit bc25593f93
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ EOF
fi
mkdir -p ${LOGS_DIR}
supervisord -n -c <(cat <<EOF
[supervisord]
logfile = ${LOGS_DIR}/supervisord.log