From b08f4e57906e4d33e38967f5b431fbb0ed208e01 Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Thu, 8 May 2025 21:27:00 +1000 Subject: [PATCH] Update setup_linux.sh --- setup_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_linux.sh b/setup_linux.sh index 3cd8dae..14978e6 100644 --- a/setup_linux.sh +++ b/setup_linux.sh @@ -3,7 +3,7 @@ # --- Configuration --- REPO_URL="https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git" CLONE_DIR="hapi-fhir-jpaserver" -SOURCE_CONFIG_DIR="hapi-fhir-setup" # Assuming this is relative to the script's parent +SOURCE_CONFIG_DIR="hapi-fhir-Setup" # Assuming this is relative to the script's parent CONFIG_FILE="application.yaml" # --- Define Paths ---