We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f363ce3 commit 832f02dCopy full SHA for 832f02d
1 file changed
usr/bin/dist-installer-cli
@@ -724,7 +724,7 @@ need_reboot_check_second() {
724
elif has dnf && dnf needs-restarting --help >/dev/null 2>&1; then
725
## Running via sudo breaks dnf5 due to missing DBUS_SESSION_BUS_ADDRESS.
726
## https://github.com/rpm-software-management/dnf5/issues/2562
727
- dnf needs-restarting || needs_restarting_exit_code="$?"
+ log_run notice dnf needs-restarting || needs_restarting_exit_code="$?"
728
else
729
die 1 "Reboot Check Result: needs-restarting command not available!"
730
fi
0 commit comments