Skip to content

Commit 832f02d

Browse files
committed
fix
1 parent f363ce3 commit 832f02d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/bin/dist-installer-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ need_reboot_check_second() {
724724
elif has dnf && dnf needs-restarting --help >/dev/null 2>&1; then
725725
## Running via sudo breaks dnf5 due to missing DBUS_SESSION_BUS_ADDRESS.
726726
## https://github.com/rpm-software-management/dnf5/issues/2562
727-
dnf needs-restarting || needs_restarting_exit_code="$?"
727+
log_run notice dnf needs-restarting || needs_restarting_exit_code="$?"
728728
else
729729
die 1 "Reboot Check Result: needs-restarting command not available!"
730730
fi

0 commit comments

Comments
 (0)