Skip to content

Commit d26346e

Browse files
committed
Use the new versionless context root in launch-apps.sh
1 parent ff4fda8 commit d26346e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch-apps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22

3-
VERSION="1.0.1"
3+
set -eu
44

55
case "`uname`" in
66
MINGW*) CHROME_CMD='/c/Program Files (x86)/Google/Chrome/Application/chrome.exe';;
77
*) CHROME_CMD='google-chrome';;
88
esac
99

10-
APP_PREFIX="--app=http://localhost:8080/vaadin-javaee-clinic-patient-queue-example-ui-$VERSION"
10+
APP_PREFIX="--app=http://localhost:8080/vaadin-javaee-clinic-patient-queue-example"
1111

1212
for app in registration-kiosk doctors-office infoscreen
1313
do

0 commit comments

Comments
 (0)