fix: create LOGS_DIR if not exits
parent
05f6fcf413
commit
bc25593f93
|
|
@ -42,6 +42,7 @@ EOF
|
|||
|
||||
fi
|
||||
|
||||
mkdir -p ${LOGS_DIR}
|
||||
supervisord -n -c <(cat <<EOF
|
||||
[supervisord]
|
||||
logfile = ${LOGS_DIR}/supervisord.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue