entrypoint.sh: remove verbose logging

This commit is contained in:
norohind 2023-10-30 20:37:39 +03:00
parent 56bbbb5dfa
commit f760f77cca

View File

@ -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 $@