From 79924633f5791631081f76316b227e85cea9e189 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Mon, 27 Mar 2023 11:05:02 -0400 Subject: [PATCH] Improve stdout output. --- deploy.sh | 1 - www/restore_path.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 8b83eb0..4b0252b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -249,7 +249,6 @@ 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." continue fi fi diff --git a/www/restore_path.sh b/www/restore_path.sh index 6844f9b..6b67795 100755 --- a/www/restore_path.sh +++ b/www/restore_path.sh @@ -19,7 +19,6 @@ if [ "$USER_SAYS_YES" = false ]; then RESPONSE= read -r -p "Are you sure you want to restore the local path '$LOCAL_BACKUP_PATH' to the remote server at '$PRIMARY_WWW_FQDN' (y/n)": RESPONSE if [ "$RESPONSE" != "y" ]; then - echo "STOPPING." exit 0 fi