Skip to content

Commit

Permalink
GS-13859 rename gs to gs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alonshoham committed Jun 25, 2019
1 parent d037d5e commit 1337db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

/opt/gigaspaces-insightedge/bin/gs demo > /opt/gigaspaces-insightedge/logs/bootstrap.log 2>&1
/opt/gigaspaces-insightedge/bin/gs.sh demo > /opt/gigaspaces-insightedge/logs/bootstrap.log 2>&1


if [[ $1 == "-d" ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ object InsightEdgeAdminUtils extends Assertions{
.image(ImageName)
.env("XAP_LICENSE=tryme", s"XAP_MANAGER_SERVERS=$managerServers")
.cmd("bash", "-c", s"cp -rf /opt/insightedge/deploy /")
.cmd("bash", "-c", s"/opt/insightedge/bin/gs host run-agent --spark-worker --containers=2 > $ieLogsPath/worker-$id.log")
.cmd("bash", "-c", s"/opt/insightedge/bin/gs.sh host run-agent --spark-worker --containers=2 > $ieLogsPath/worker-$id.log")
.build()

ieSlaveCounter += 1
Expand Down

0 comments on commit 1337db3

Please sign in to comment.