diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-11 13:54:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-11 13:54:12 +0200 |
commit | 4c6b49f221bd73ac5682473c578038e65b425c86 (patch) | |
tree | 0ce7d07e53b0ba45be9ecbf06f27eab441e23913 /bin | |
parent | f797ceeb1b7f76fed080174ea6b11f8eb7ac6510 (diff) | |
download | pacman-offline-4c6b49f221bd73ac5682473c578038e65b425c86.tar.gz pacman-offline-4c6b49f221bd73ac5682473c578038e65b425c86.tar.zst |
do not use pager when showing timers
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pacman-offline | 2 |
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 |