Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 1235c35

Browse files
committed
Update scripts
1 parent 270dd2b commit 1235c35

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/deploy-to-bluemix/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ CORE=$(kubectl logs $(kubectl get pods | grep proxy | awk '{print $1}') | grep U
149149

150150
if [ "$CORE" = "UP UP UP UP UP" ]
151151
then
152+
kubectl logs $(kubectl get pods | grep proxy | awk '{print $1}') | grep UP
152153
echo "You can now access your Gameon App at https://$IP_ADDR:30443"
153154
echo "If you'd like to add social logins, please follow the instructions in the Repository's README"
154155
break

scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ CORE=$(kubectl logs $(kubectl get pods | grep proxy | awk '{print $1}') | grep U
166166

167167
if [ "$CORE" = "UP UP UP UP UP" ]
168168
then
169+
kubectl logs $(kubectl get pods | grep proxy | awk '{print $1}') | grep UP
169170
echo "You can now access your Gameon App at https://$IP:30443"
170171
echo "If you'd like to add social logins, please follow the instructions in the Repository's README"
171172
break

0 commit comments

Comments
 (0)