Skip to content

Commit f33b50c

Browse files
committed
Updating the installer
1 parent 58b41b0 commit f33b50c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

sites/get/install.bash

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# $ ./get-webexec.sh
88
#
99
# The latest release is currently hard-coded.
10-
LATEST_VERSION="1.2.1"
10+
LATEST_VERSION="1.2.2"
1111

1212
echo "webexec version $LATEST_VERSION installer"
1313

@@ -152,6 +152,10 @@ do_install() {
152152
exit "Failed copying webexec to /usr/local/bin"
153153
fi
154154
webexec start
155+
if [ $? -ne 0 ]
156+
then
157+
exit "Failed starting webexec"
158+
fi
155159
echo "Install finished, please exit and reconnect to enjoy version $LATEST_VERSION."
156160
fi
157161
}

0 commit comments

Comments
 (0)