diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-28 20:48:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-28 20:48:27 +0200 |
commit | 2766725168d23822a004fcfbace6287dd1cbc9e6 (patch) | |
tree | 198ff3d8c0e3cc3096395748971c8ee99008d498 | |
parent | 8d2815b5b5174165cc008814a332e94900ec4624 (diff) | |
download | pacman-offline-2766725168d23822a004fcfbace6287dd1cbc9e6.tar.gz pacman-offline-2766725168d23822a004fcfbace6287dd1cbc9e6.tar.zst |
also show the prepare timer
-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 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 |