aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-10-11 13:54:12 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-10-11 13:54:12 +0200
commit4c6b49f221bd73ac5682473c578038e65b425c86 (patch)
tree0ce7d07e53b0ba45be9ecbf06f27eab441e23913
parentf797ceeb1b7f76fed080174ea6b11f8eb7ac6510 (diff)
downloadpacman-offline-4c6b49f221bd73ac5682473c578038e65b425c86.tar.gz
pacman-offline-4c6b49f221bd73ac5682473c578038e65b425c86.tar.zst
do not use pager when showing timers
-rwxr-xr-xbin/pacman-offline2
1 files changed, 1 insertions, 1 deletions
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