diff options
-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 |