daily-psk-schedule: give time in short format

Note that a unit is required to make it a time value!
This commit is contained in:
Christian Hesse 2019-01-03 10:23:02 +01:00
parent fe04b8b8db
commit 93a6bff312

View file

@ -6,7 +6,7 @@
:local scheduler [ / system scheduler find where name=daily-psk-schedule ];
:if ([ / system scheduler get $scheduler interval ] = "00:00:00") do={
:if ([ / system scheduler get $scheduler interval ] = 0s) do={
/ system scheduler set interval=15s $scheduler;
} else={
:if ([ / tool netwatch get [ find where comment=[ / tool e-mail get address ] ] status ] != "up" ) do={