mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-06-20 16:54:40 +03:00
entrypoint.sh: remove verbose logging
This commit is contained in:
parent
56bbbb5dfa
commit
f760f77cca
@ -2,13 +2,10 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
echo "Generating uwsgi config"
|
|
||||||
python3 generate_uswgi_config.py
|
|
||||||
|
|
||||||
if [ "$IS_WEB" = "true" ]; then
|
if [ "$IS_WEB" = "true" ]; then
|
||||||
echo "Running web"
|
python3 generate_uswgi_config.py
|
||||||
exec uwsgi -c /tmp/uwsgi.ini
|
exec uwsgi -c /tmp/uwsgi.ini
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Running collector"
|
|
||||||
exec python main.py $@
|
exec python main.py $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user