Skip to content

Commit

Permalink
Update scripts/install.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Hao Chen <[email protected]>
  • Loading branch information
godruoyi and haoel committed Feb 14, 2023
1 parent 0eb6141 commit 285b1d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ if [[ "${OS}" == "linux" ]]; then
sudo systemctl start easegress

#check the status
sleep 2
systemctl status easegress
systemctl -q is-active easegress.service && \
echo "Easegress service is running!" || \
systemctl status easegress.service
fi

echo "Installed successfully"

0 comments on commit 285b1d6

Please sign in to comment.