diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-03 21:30:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-03 21:30:43 +0200 |
commit | b35c0b8a6f6373201cc9e252a8647935ad54ee19 (patch) | |
tree | 3a0f435d99f4f6772871ae00077a5554e8170839 /update-tunnelbroker | |
parent | 27b2fffaaf2529759795b031acea9c8e6980a4ac (diff) |
always write warnings and errors to log
Diffstat (limited to 'update-tunnelbroker')
-rw-r--r-- | update-tunnelbroker | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update-tunnelbroker b/update-tunnelbroker index 0460028..4eff911 100644 --- a/update-tunnelbroker +++ b/update-tunnelbroker @@ -6,7 +6,8 @@ :global CertificateAvailable; :if ([ / ip cloud get ddns-enabled ] != true) do={ - :error "IP cloud DDNS is not enabled."; + :log error "IP cloud DDNS is not enabled."; + :error "Error: See log for details."; } # Get the current ip address from cloud |