From 248cfe096bc6ddc5c08a06b01122a5394593c846 Mon Sep 17 00:00:00 2001 From: Ajo Augustine Date: Wed, 17 Jul 2024 11:18:03 -0500 Subject: [PATCH] Update config-update.sh --- files/scripts/config-update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/scripts/config-update.sh b/files/scripts/config-update.sh index b9ebd89eb..faab1470b 100644 --- a/files/scripts/config-update.sh +++ b/files/scripts/config-update.sh @@ -1,5 +1,11 @@ #!/bin/bash +# Script Name: config-update.sh +# Description: This script updates the gen3 config files for various services based on information +# provided in a migration file migration.txt. It updates JSON configuration files and other related files +# with new database host, username, and database name. The script also verifies the updates +# to ensure they are applied correctly. + # Ensure the GEN3_HOME variable is set to the correct path if [[ -z "$GEN3_HOME" ]]; then echo "GEN3_HOME is not set. Please set it to the path of your Gen3 installation."