diff options
| author | Jeff Carr <[email protected]> | 2024-10-25 15:01:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-25 15:01:16 -0500 |
| commit | 9451e162a042d648270050d91be0bf1f4dee1e7e (patch) | |
| tree | bca3bcfb02d9a614449a01982144dce59d8540c2 /main.go | |
| parent | 7af7c876e46fa0444ea0930cfab599922a2367d2 (diff) | |
ignore bridge name changes by default
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,7 +85,9 @@ func main() { if err != nil { log.Info("updateDroplet() error", filename) log.Info("updateDroplet() error", d.pb.Hostname, err) + log.Info("libvirt XML will have to be fixed by hand") ok = false + os.Exit(-1) } } } |
