From d24ff0a36486eeec70c99c13ab2cedb8a57cd25a Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Wed, 13 Dec 2023 12:11:31 +0100 Subject: [PATCH] reduce debug and empty lines output --- ssh-checker.sh | 2 -- uberspace-backup.sh | 3 --- 2 files changed, 5 deletions(-) diff --git a/ssh-checker.sh b/ssh-checker.sh index 8c7e3e8..90ab738 100755 --- a/ssh-checker.sh +++ b/ssh-checker.sh @@ -68,6 +68,4 @@ while read -r line; do echo "[SUCCESS] SSH login possible for ${RHOST}." fi - echo - done < "$HOSTS" diff --git a/uberspace-backup.sh b/uberspace-backup.sh index dd4abaa..1f07a84 100755 --- a/uberspace-backup.sh +++ b/uberspace-backup.sh @@ -111,9 +111,6 @@ while read -r line; do DEST="${TEMPDIR}/${DEST_REL}" DEST_FINAL="$(dirname "${BACKUPDIR}/${DEST_REL}")" - logecho "DEBUG: $DEST" - logecho "DEBUG: $DEST_FINAL" - # Set Source directory, and make exception for %mysql SOURCE="${RDIR}" if [ "${RDIR}" == "mysql" ]; then