From b07e38be02c42252005102fd7da9fb1d774d7be4 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:21:20 -0400 Subject: [PATCH] Revert "Fix notify-send" This reverts commit 03a8d4c806c1694ec521c239620c348691b421ed. --- files/bootc-update/bootc-fetch-apply-updates.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bootc-update/bootc-fetch-apply-updates.service b/files/bootc-update/bootc-fetch-apply-updates.service index 8fd8137..aefc36c 100644 --- a/files/bootc-update/bootc-fetch-apply-updates.service +++ b/files/bootc-update/bootc-fetch-apply-updates.service @@ -6,4 +6,4 @@ ConditionPathExists=/run/ostree-booted [Service] Type=oneshot # ExecStart=/usr/bin/bootc update --apply --quiet -ExecStart=/bin/bash -c '/usr/bin/bootc update --quiet && /usr/bin/notify-send -a BlueBuild "Update Installed" "Reboot to apply updates" || /usr/bin/notify-send -u critical -a BlueBuild "ERROR: UPDATE FAILED" "Update failed to download/install"' +ExecStart=/bin/bash -c '/usr/bin/bootc update --quiet && notify-send -a BlueBuild "Update Installed" "Reboot to apply updates" || notify-send -u critical -a BlueBuild "ERROR: UPDATE FAILED" "Update failed to download/install"'