diff --git a/defaults.sh b/defaults.sh index 8bf0b34..129770c 100755 --- a/defaults.sh +++ b/defaults.sh @@ -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 diff --git a/deployment/destroy.sh b/deployment/destroy.sh index d51c802..053c181 100755 --- a/deployment/destroy.sh +++ b/deployment/destroy.sh @@ -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