reduce debug and empty lines output
This commit is contained in:
@@ -68,6 +68,4 @@ while read -r line; do
|
||||
echo "[SUCCESS] SSH login possible for ${RHOST}."
|
||||
fi
|
||||
|
||||
echo
|
||||
|
||||
done < "$HOSTS"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user