Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
JornC committed Jul 1, 2024
1 parent ad7d1e8 commit e294721
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 e294721

Please sign in to comment.