aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.local
diff options
context:
space:
mode:
Diffstat (limited to 'daily-psk.local')
-rw-r--r--daily-psk.local4
1 files changed, 3 insertions, 1 deletions
diff --git a/daily-psk.local b/daily-psk.local
index 8e22e54..78f7868 100644
--- a/daily-psk.local
+++ b/daily-psk.local
@@ -9,9 +9,10 @@
:global Identity;
:global DailyPskMatchComment;
-:global UrlEncode;
:global SendNotification;
+:global UrlEncode;
+:global WaitForFile;
:local Seen [ :toarray "" ];
@@ -76,6 +77,7 @@
:do {
/ tool fetch check-certificate=yes-without-crl \
$Url dst-path=$Attach;
+ $WaitForFile $Attach;
} on-error={
:set Attach "";
}