Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring the option.Parse method #930

Merged
merged 4 commits into from
Feb 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scripts/install.sh
Co-authored-by: Hao Chen <[email protected]>
  • Loading branch information
godruoyi and haoel committed Feb 14, 2023
commit 285b1d6689e6ca1f6be71ef69c9b7d2a67dbfb92
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"