reduce debug and empty lines output

This commit is contained in:
2023-12-13 12:11:31 +01:00
parent 9b3608d0fa
commit d24ff0a364
2 changed files with 0 additions and 5 deletions

View File

@@ -68,6 +68,4 @@ while read -r line; do
echo "[SUCCESS] SSH login possible for ${RHOST}."
fi
echo
done < "$HOSTS"

View File

@@ -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