Browse Source

setup: prevent pager in systemctl list-timers

master
Jim Paris 1 year ago
parent
commit
d413ea3b82
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      initial-setup.sh

+ 1
- 1
initial-setup.sh View File

@@ -263,7 +263,7 @@ EOF
systemctl --no-ask-password start ${TIMER}
); then
log "Backup timer installed:"
systemctl list-timers ${TIMER}
systemctl list-timers --no-pager ${TIMER}
else
warn ""
warn "Systemd setup failed"


Loading…
Cancel
Save