1
1

Update project ref + bugfix.

This commit is contained in:
Derek Smith 2023-03-21 13:20:28 -04:00
parent 9723474b7b
commit 73eacb9125
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ export PRIMARY_DOMAIN=
# this is the git commit of the project/ sub git repo.
# used in the migration script to switch into past for backup
# then back to present (TARGET_PROJECT_GIT_COMMIT) for restore.
export TARGET_PROJECT_GIT_COMMIT=0ede72d5566ebc9c7a1b67110f50a758cc85999c
export TARGET_PROJECT_GIT_COMMIT=75c7b9ffaf79ab003422bdd0d6738d30f1783e0d
#
export TESTNET_BLOCK_HASH=00000000d8277ba1ca66b40b3e3476629e6f0f97c5b8cfaeabfe402e55db223a

View File

@ -52,7 +52,7 @@ for PROJECT_CHAIN in ${DEPLOYMENT_STRING//,/ }; do
if [ -n "$USER_TARGET_PROJECT" ]; then
if [ "$PROJECT_NAME" != "$USER_TARGET_PROJECT" ]; then
echo "INFO: Skipping project '$PROJECT_NAME' since the system owner has used the --project= switch."
exit
continue
fi
fi