Skip to content

Commit

Permalink
Use the new versionless context root in launch-apps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrts committed Jun 26, 2023
1 parent ff4fda8 commit d26346e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch-apps.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

VERSION="1.0.1"
set -eu

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

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"

for app in registration-kiosk doctors-office infoscreen
do
Expand Down

0 comments on commit d26346e

Please sign in to comment.