This release brings a minor bugfix for hypernode-importer3 (and the service panel importer). Previously if the --set-maintenance-on-source flag was used to set the original shop in maintenance mode, the importer would fail if the maintenance mode flag was removed on the Hypernode the shop was imported on before the entire import had been completed.

Because the intended result for the importer is to sync the maintenance mode flag as part of the shop and remove it after the sync has been completed, it should not matter if the user removes the flag manually before the import is done because that state is the intended end result anyway.

This change alters the importer behavior to try and remove the file on the Hypernode if it exists when --set-maintenance-on-source is used and does nothing if the file has already been removed.