Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Avoid systemctl pager usage in postinstall script
Browse files Browse the repository at this point in the history
Without this the postinstall script can pause waiting for the pager to
end. This is confusing to the user.
  • Loading branch information
mjs committed Feb 3, 2020
1 parent af5f9a1 commit 565695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _release/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ npm run apidoc
section "Restarting API server"
systemctl daemon-reload
systemctl start cacophony-api
systemctl status cacophony-api
systemctl --no-pager status cacophony-api

0 comments on commit 565695e

Please sign in to comment.