a2bf027571c96623e8472a251b59f752ab23f376
howto/Bird.md
... | ... | @@ -278,8 +278,8 @@ You can add cron entries to periodically update the tables: |
278 | 278 | Debian version: |
279 | 279 | |
280 | 280 | ``` |
281 | -*/15 * * * * curl -sfSLR -o/var/lib/bird/bird6_roa_dn42.conf -z/var/lib/bird/bird6_roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird1_6.conf && birdc6 configure |
|
282 | -*/15 * * * * curl -sfSLR -o/var/lib/bird/bird_roa_dn42.conf -z/var/lib/bird/bird_roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird1_4.conf && birdc configure |
|
281 | +*/15 * * * * curl -sfSLR -o/var/lib/bird/bird6_roa_dn42.conf -z/var/lib/bird/bird6_roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird1_6.conf && /usr/sbin/birdc6 configure |
|
282 | +*/15 * * * * curl -sfSLR -o/var/lib/bird/bird_roa_dn42.conf -z/var/lib/bird/bird_roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird1_4.conf && /usr/sbin/birdc configure |
|
283 | 283 | ``` |
284 | 284 | |
285 | 285 | then create the directory to make sure curls can save the files: |