Remove quiet flag

This commit is contained in:
Gui Heise 2022-05-02 13:57:21 -04:00
parent 3c9fe3dca9
commit f32e62ae55

View File

@ -15,7 +15,6 @@ case "$1" in
--chdir /app \ --chdir /app \
--chuid flashbot \ --chuid flashbot \
--start \ --start \
--quiet \
--pidfile $PIDFILE \ --pidfile $PIDFILE \
--make-pidfile \ --make-pidfile \
--startas /bin/bash -- -c "poetry run python listener.py" --startas /bin/bash -- -c "poetry run python listener.py"