diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index ad43233a..02fdb01a 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -768,6 +768,8 @@ class WebApplicationManager(SoftwareManager): with open(pkg.get_autostart_path(), 'w+') as f: f.write(entry_content) + self.logger.info(f"Autostart file created '{autostart_file}'") + if install_options: pkg.options_set = install_options