Branch: refs/heads/979707 Home: https://github.com/bluez/bluez Commit: 8b7cb1e3bccc94b51d6a86fc109187ca5fd41bba https://github.com/bluez/bluez/commit/8b7cb1e3bccc94b51d6a86fc109187ca5fd41bba Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-07 (Mon, 07 Jul 2025) Changed paths: M src/shared/shell.c Log Message: ----------- shared/shell: Fix not running pre_run on MODE_NON_INTERACTIVE If a command is given to be run in non-interactive mode the code would not attempt to execute .pre_run first since some (sub)menus requires that in order to properly initialize things. Fixes: https://github.com/bluez/bluez/issues/1394 Fixes: https://github.com/bluez/bluez/issues/1317 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications