From 4c6b49f221bd73ac5682473c578038e65b425c86 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 11 Oct 2023 13:54:12 +0200 Subject: do not use pager when showing timers --- bin/pacman-offline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pacman-offline b/bin/pacman-offline index e320156..2c10ded 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-prepare.timer pacman-offline-reboot.timer +systemctl --quiet --no-pager list-timers pacman-offline-prepare.timer pacman-offline-reboot.timer -- cgit v1.2.3-54-g00ecf