diff options
-rw-r--r-- | sms-action | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ # run action on received SMS :log info ("Received SMS with action '" . $action . "'"); +# delay a second to give log servers a chance to get the info +:delay 1s; :if ($action = "reboot") do={ / system reboot; |