🐛 use echo, lib log not loaded

This commit is contained in:
DrMaxNix 2024-09-12 20:12:08 +02:00
parent bad40c1d1a
commit b662d82ae3

View File

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