Skip to content

Commit

Permalink
Merge pull request #21 from ferrumgate/13-multi-network-preparation
Browse files Browse the repository at this point in the history
added 1 line script mode
  • Loading branch information
ferrumgate authored Dec 16, 2022
2 parents 4d95141 + ee001f3 commit 3ec216d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sh/run/ferrumgate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ start_service() {
}
stop_service() {
systemctl stop ferrumgate
docker ps | grep ferrumgate | tr -s ' ' | cut -d' ' -f 1 | xargs -r docker stop
info "ferrumgate stopped"
info "for more execute docker ps"

Expand Down

0 comments on commit 3ec216d

Please sign in to comment.