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