diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-15 10:58:54 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-15 10:58:54 +0100 |
commit | 29d47361b714fdb270353f6e9dc43c0eb800c0ff (patch) | |
tree | 1b09aa1c8a391243c6df50359c57e88d1b3ac882 | |
parent | 3ab5726fa531268d78e83b0af1f122d0e0d312c2 (diff) |
email-backup: silence unwanted output
-rw-r--r-- | email-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/email-backup b/email-backup index 394c0c8..63e2fbe 100644 --- a/email-backup +++ b/email-backup @@ -49,7 +49,7 @@ :do { # we are not interested in output, but print without count-only is # required to fetch information from cloud - / system backup cloud print; + / system backup cloud print as-value; :if ([ / system backup cloud print count-only ] > 0) do={ / system backup cloud remove-file [ find ]; } |