setup: prevent pager in systemctl list-timers
This commit is contained in:
parent
1932a76f72
commit
d413ea3b82
|
@ -263,7 +263,7 @@ EOF
|
||||||
systemctl --no-ask-password start ${TIMER}
|
systemctl --no-ask-password start ${TIMER}
|
||||||
); then
|
); then
|
||||||
log "Backup timer installed:"
|
log "Backup timer installed:"
|
||||||
systemctl list-timers ${TIMER}
|
systemctl list-timers --no-pager ${TIMER}
|
||||||
else
|
else
|
||||||
warn ""
|
warn ""
|
||||||
warn "Systemd setup failed"
|
warn "Systemd setup failed"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user