a5e8f1669e097574006fe11d4fcc9f2f4cef213d
howto/OpenBGPD.md
... | ... | @@ -204,7 +204,7 @@ err=$(ftp -o "$metafile" \ |
204 | 204 | if ! cmp -s "$metafile" "$metafile".old >/dev/null 2>&1; then |
205 | 205 | mv "$metafile" "$metafile".old |
206 | 206 | roafile=/var/db/openbgpd/dn42_roa_obgpd_46.conf |
207 | - if err=$(ftp -To "$roafile".new \ |
|
207 | + if err=$(ftp -o "$roafile".new \ |
|
208 | 208 | https://dn42.burble.com/roa/dn42_roa_obgpd_46.conf \ |
209 | 209 | 2>&1 >/dev/null); then |
210 | 210 | mv "$roafile".new "$roafile" |