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