inex / IXP-Manager

Full stack web application powering peering at over 200 Internet Exchange Points (IXPs) globally.
https://www.ixpmanager.org/
GNU General Public License v2.0
375 stars 160 forks source link

[BF] update-dns-from-ixp-manager: Fix sed -i.bup #861

Closed rlaager closed 1 year ago

rlaager commented 1 year ago

With (at least GNU) sed, you cannot have a space between the -i and the SUFFIX.

An alternative would be --in-place=.bup, but --in-place might be a GNUism, and I'm not sure if that's acceptable.