diff options
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 |