Skip to content

Commit

Permalink
Merge pull request PacktPublishing#43 from PacktPublishing/ch3
Browse files Browse the repository at this point in the history
ready to merge
  • Loading branch information
mschwartz authored Jul 27, 2020
2 parents 92f3a1e + 348021f commit ade6ea0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions chapter3/publisher/start-publisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# start-publisher.sh

export HOSTIP=`ip route get 8.8.8.8 | sed -n '/src/{s/.*src *\([^ ]*\).*/\1/p;q}'`

yarn start


2 changes: 0 additions & 2 deletions chapter3/start-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
./start-mosca.sh
./start-mongodb.sh
./start-redis.sh
./subscriber/start-subscriber.sh
./publisher/start-publisher.sh
2 changes: 0 additions & 2 deletions chapter3/subscriber/start-subscriber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# start-subscriber.sh

export HOSTIP=`ip route get 8.8.8.8 | sed -n '/src/{s/.*src *\([^ ]*\).*/\1/p;q}'`

yarn start


0 comments on commit ade6ea0

Please sign in to comment.