mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-15 07:22:22 +02:00
email-backup: silence unwanted output
This commit is contained in:
parent
3ab5726fa5
commit
29d47361b7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
:do {
|
:do {
|
||||||
# we are not interested in output, but print without count-only is
|
# we are not interested in output, but print without count-only is
|
||||||
# required to fetch information from cloud
|
# 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={
|
:if ([ / system backup cloud print count-only ] > 0) do={
|
||||||
/ system backup cloud remove-file [ find ];
|
/ system backup cloud remove-file [ find ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue