File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM dtr.predix.io/predix-edge/alpine-amd64
22
33LABEL maintainer="Predix Builder Relations"
44LABEL org="https://hub.docker.com/u/predixadoption"
5- LABEL version="1.0.27 "
5+ LABEL version="1.0.28 "
66LABEL support="https://forum.predix.io"
77LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
88
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ BRANCH="master"
4444PRINT_USAGE=0
4545SKIP_SETUP=false
4646
47- IZON_SH=" https://raw.githubusercontent.com/PredixDev/izon/1.1.0 /izon2.sh"
47+ IZON_SH=" https://raw.githubusercontent.com/PredixDev/izon/master /izon2.sh"
4848# ASSET_MODEL="-amrmd predix-ui-seed/server/sample-data/predix-asset/asset-model-metadata.json predix-ui-seed/server/sample-data/predix-asset/asset-model.json"
4949REPO_NAME=" wind-workbench"
5050DOCKER_STACK_NAME=" edge-hello-world"
@@ -148,8 +148,10 @@ if [[ $SKIP_BROWSER == 0 ]]; then
148148 open $app_url
149149 ;;
150150 Linux)
151- # OSX
152- xdg-open $app_url
151+ # LINUX
152+ if [[ $( which xdg-open | wc -l ) == 1 ]]; then
153+ xdg-open $app_url
154+ fi
153155 ;;
154156 CYGWIN* |MINGW32* |MINGW64* |MSYS* )
155157 # Windows
Original file line number Diff line number Diff line change 11{
22 "name" : " Wind Workbench" ,
3- "version" : " 1.0.27 " ,
3+ "version" : " 1.0.28 " ,
44 "private" : false ,
55 "dependencies" : {
66 "local-setup" : " https://github.com/PredixDev/local-setup#1.0.101" ,
7- "predix-scripts" : " https://github.com/PredixDev/predix-scripts#1.1.175 " ,
8- "wind-workbench" : " https://github.com/PredixDev/wind-workbench#1.0.27 "
7+ "predix-scripts" : " https://github.com/PredixDev/predix-scripts#1.1.176 " ,
8+ "wind-workbench" : " https://github.com/PredixDev/wind-workbench#1.0.28 "
99 },
1010 "author" : " susheelchoudhari"
1111}
You can’t perform that action at this time.
0 commit comments