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}."
|
echo "[SUCCESS] SSH login possible for ${RHOST}."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
|
||||||
|
|
||||||
done < "$HOSTS"
|
done < "$HOSTS"
|
||||||
|
|||||||
@@ -111,9 +111,6 @@ while read -r line; do
|
|||||||
DEST="${TEMPDIR}/${DEST_REL}"
|
DEST="${TEMPDIR}/${DEST_REL}"
|
||||||
DEST_FINAL="$(dirname "${BACKUPDIR}/${DEST_REL}")"
|
DEST_FINAL="$(dirname "${BACKUPDIR}/${DEST_REL}")"
|
||||||
|
|
||||||
logecho "DEBUG: $DEST"
|
|
||||||
logecho "DEBUG: $DEST_FINAL"
|
|
||||||
|
|
||||||
# Set Source directory, and make exception for %mysql
|
# Set Source directory, and make exception for %mysql
|
||||||
SOURCE="${RDIR}"
|
SOURCE="${RDIR}"
|
||||||
if [ "${RDIR}" == "mysql" ]; then
|
if [ "${RDIR}" == "mysql" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user