diff options
-rwxr-xr-x | genenetwork-local-container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh index 8d5cdf4..67a2ff5 100755 --- a/genenetwork-local-container.sh +++ b/genenetwork-local-container.sh @@ -51,7 +51,7 @@ declare -A FILE_MAPPINGS=( ["etc/auth.db"]="$BASE_DIR/var/genenetwork/auth.db" ["etc/gn2-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn2/secrets.py" ["etc/gn3-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn3/secrets.py" - ["etc/gn-auth-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/secrets.py" + ["etc/gn-auth-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn-auth/secrets.py" ) CONTAINER_SCM="genenetwork-local-container.scm" |