File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
usr/lib/python3/dist-packages/linuxmusterApi/templates Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4040
4141 msg " Checking log files"
4242 mkdir -p /var/log/linuxmuster/api
43- if [ ! -f " /etc/linuxmuster/api/uvicorn_log_conf.yml" ] ; then
44- cp /usr/lib/python3/dist-packages/linuxmusterApi/templates/uvicorn_log_conf.yml /etc/linuxmuster/api/uvicorn_log_conf.yml
45- fi
43+ cp /usr/lib/python3/dist-packages/linuxmusterApi/templates/uvicorn_log_conf.yml /etc/linuxmuster/api/uvicorn_log_conf.yml
4644
4745 msg " Checking certificate"
4846 if [ ! -f " /etc/linuxmuster/api/lmnapi.pem" ] ; then
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ loggers:
3333root :
3434 level : DEBUG
3535 handlers :
36- - default
3736 - filelog
3837 propagate : no
3938
You can’t perform that action at this time.
0 commit comments