Skip to content

Commit

Permalink
Update config-update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaugustine authored Jul 17, 2024
1 parent f90e737 commit 248cfe0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/scripts/config-update.sh
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 248cfe0

Please sign in to comment.