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

Commit

Permalink
Merge pull request #305 from mjs/status-no-pager
Browse files Browse the repository at this point in the history
Avoid systemctl pager usage in postinstall script
  • Loading branch information
mjs authored Feb 3, 2020
2 parents af5f9a1 + 565695e commit 9faa131
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 9faa131

Please sign in to comment.