We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4fda8 commit d26346eCopy full SHA for d26346e
launch-apps.sh
@@ -1,13 +1,13 @@
1
#!/bin/bash
2
3
-VERSION="1.0.1"
+set -eu
4
5
case "`uname`" in
6
MINGW*) CHROME_CMD='/c/Program Files (x86)/Google/Chrome/Application/chrome.exe';;
7
*) CHROME_CMD='google-chrome';;
8
esac
9
10
-APP_PREFIX="--app=http://localhost:8080/vaadin-javaee-clinic-patient-queue-example-ui-$VERSION"
+APP_PREFIX="--app=http://localhost:8080/vaadin-javaee-clinic-patient-queue-example"
11
12
for app in registration-kiosk doctors-office infoscreen
13
do
0 commit comments