Skip to content

Commit 9927a2f

Browse files
Release 1.1.144
1 parent 6120f97 commit 9927a2f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

scripts/quickstart-hello-world.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,20 @@ function init() {
8282
echo 'Please launch the script from the root dir of the project'
8383
exit 1
8484
fi
85-
if [[ ! $currentDir == *"$REPO_NAME" ]]; then
86-
mkdir -p $APP_DIR
87-
cd $APP_DIR
88-
fi
8985

9086
check_internet
9187

9288
#get the script that reads version.json
9389
eval "$(curl -s -L $IZON_SH)"
90+
91+
#download the script and cd
9492
getUsingCurl $SCRIPT_LOC
9593
chmod 755 $SCRIPT_NAME;
94+
if [[ ! $currentDir == *"$REPO_NAME" ]]; then
95+
mkdir -p $APP_DIR
96+
cd $APP_DIR
97+
fi
98+
9699
getVersionFile
97100
getLocalSetupFuncs $GITHUB_RAW
98101
}

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Predix Hello World Index.html",
3-
"version": "1.1.143",
3+
"version": "1.1.144",
44
"private": true,
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.158",
8-
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.143"
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.168",
8+
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.144"
99
},
1010
"author": "turnerth"
1111
}

0 commit comments

Comments
 (0)