From 2766725168d23822a004fcfbace6287dd1cbc9e6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 28 Aug 2023 20:48:27 +0200 Subject: also show the prepare timer --- bin/pacman-offline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pacman-offline b/bin/pacman-offline index 37ae033..e320156 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -98,4 +98,4 @@ elif [ ${TIMER} -eq 1 ]; then fi # show the timer (if active) -systemctl --quiet list-timers pacman-offline-reboot.timer +systemctl --quiet list-timers pacman-offline-prepare.timer pacman-offline-reboot.timer -- cgit v1.2.3-54-g00ecf