diff --git a/entrypoint.sh b/entrypoint.sh index 842e862..ebcab50 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ trap_exit(){ q=$(( q + 1 )) snore 1 if [[ "$q" -ge 15 ]]; then - log_warn "Sending kill to Etebase" + echo "Sending kill to Etebase" 1>&2 kill -s KILL -- $pid 2> /dev/null || true break fi