always write warnings and errors to log

This commit is contained in:
Christian Hesse 2019-04-03 21:30:43 +02:00
parent 27b2fffaaf
commit b35c0b8a6f
10 changed files with 25 additions and 12 deletions

View file

@ -10,7 +10,8 @@
# check mail server
:if ([ / tool netwatch get [ find where comment=[ / tool e-mail get address ] ] status ] != "up") do={
:error "Mail server is not up.";
:log warning "Mail server is not up.";
:error "Warning: See log for details.";
}
:local Allowed [ / tool sms get allowed-number ];