Skip to content

Commit

Permalink
No pager when calling systemctl status
Browse files Browse the repository at this point in the history
  • Loading branch information
judahpaul16 committed May 25, 2024
1 parent 1fbdee3 commit 9a82e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ sudo ln -s /etc/nginx/sites-available/gpt-home /etc/nginx/sites-enabled
sudo systemctl enable nginx
sudo nginx -t && sudo systemctl restart nginx
sudo systemctl status nginx
sudo systemctl status --no-pager nginx
if [[ "$1" != "--no-build" ]]; then
[ -d ~/gpt-home ] && rm -rf ~/gpt-home
Expand Down
2 changes: 1 addition & 1 deletion contrib/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ sudo ln -s /etc/nginx/sites-available/gpt-home /etc/nginx/sites-enabled
sudo systemctl enable nginx
sudo nginx -t && sudo systemctl restart nginx

sudo systemctl status nginx
sudo systemctl status --no-pager nginx

if [[ "$1" != "--no-build" ]]; then
[ -d ~/gpt-home ] && rm -rf ~/gpt-home
Expand Down

0 comments on commit 9a82e89

Please sign in to comment.