diff options
author | Christian Hesse <mail@eworm.de> | 2018-09-03 15:51:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-09-03 15:51:38 +0200 |
commit | 434590d20707856e3aa01687efce369bbae93b2a (patch) | |
tree | f4b97f123080cdeb4fdaef52d18f4f779c409aab | |
parent | 0acc2bbda715b2d8a589fa1f159f3b95f38ea767 (diff) |
email-daily-psk: properly append to array
-rw-r--r-- | email-daily-psk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/email-daily-psk b/email-daily-psk index 3f8b9a7..76e33a0 100644 --- a/email-daily-psk +++ b/email-daily-psk @@ -33,7 +33,7 @@ } :if ($skip = 0) do={ - :set $seen { $seen; $ssid }; + :set $seen ( $seen, $ssid ); :local host "www.eworm.de" :local srcpath ("/cgi-bin/cqrlogo-wifi.cgi" . \ |