This commit is contained in:
2022-07-26 18:34:49 -05:00
parent 33c81a68b1
commit 5d1fcb1d8b
2 changed files with 5 additions and 5 deletions

View File

@@ -29,3 +29,8 @@ else
VPN_STOP=(/bin/systemctl stop openvpn)
fi
DEBUGLOGSTOP(){
chktmend=`date +%s`
chktm=$((chktmend-chktmstart))
echo "$(date) - ${mmsv} Runtime: ${chktm}s" >> $logfile
}

View File

@@ -375,11 +375,6 @@ else
echo
fi
DEBUGLOGSTOP(){
chktmend=`date +%s`
chktm=$((chktmend-chktmstart))
echo "$(date) - ${mmsv} Runtime: ${chktm}s" >> $logfile
}
exit 0