Skip to content

Commit 7aad80a

Browse files
Release 1.0.28
1 parent 64f3e32 commit 7aad80a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM dtr.predix.io/predix-edge/alpine-amd64
22

33
LABEL maintainer="Predix Builder Relations"
44
LABEL org="https://hub.docker.com/u/predixadoption"
5-
LABEL version="1.0.27"
5+
LABEL version="1.0.28"
66
LABEL support="https://forum.predix.io"
77
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
88

scripts/quickstart-wind-workbench.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ BRANCH="master"
4444
PRINT_USAGE=0
4545
SKIP_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"
4949
REPO_NAME="wind-workbench"
5050
DOCKER_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

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
}

0 commit comments

Comments
 (0)