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