Skip to content

Commit

Permalink
Fix script (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
JornC authored Jul 1, 2024
1 parent ad7d1e8 commit 9323ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fileserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SCRIPT_DIR=$(dirname "${SCRIPT_PATH}")
# Port the file server is running on
: ${AERIUS_FILE_SERVER_PORT:=8083}

cd "${SCRIPT_DIR}/../source"
cd "${SCRIPT_DIR}/../source/file-server"

JAVA_HOME=${JAVA_17_HOME:=${JAVA_HOME}} \
mvn spring-boot:run \
Expand Down

0 comments on commit 9323ca8

Please sign in to comment.