fix logging

This commit is contained in:
buanet
2023-12-14 22:35:09 +01:00
parent 4c83128e84
commit 014f6e5fc8

View File

@@ -118,7 +118,6 @@ if [[ "$debug" == "42" ]]; then
echo "!!!! This might be useful for investigating errors during startup. !!!!" echo "!!!! This might be useful for investigating errors during startup. !!!!"
echo "!!!! If you did this by mistake, just remove environment variable DEBUG. !!!!" echo "!!!! If you did this by mistake, just remove environment variable DEBUG. !!!!"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo " "
stop_on_error stop_on_error
elif [[ "$debug" == "true" ]]; then elif [[ "$debug" == "true" ]]; then
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"