Skip to content
Snippets Groups Projects
Commit 6eb36c9c authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '5046-finetune-restic-params' into 'master'

add space around skip message

See merge request !39
parents 8fa2760d 8a6304f5
No related branches found
No related tags found
1 merge request!39add space around skip message
......@@ -165,7 +165,7 @@ EOFbackupinfo
echo " dirs to transfer : "
j_getDirs2Backup | sed "s#^# #g"
)
fi
fi | tee -a "$JOB_LOGFILE"
echo
# --------------------------------------------------------------------------------
......@@ -209,7 +209,9 @@ EOFbackupinfo
rcTransfer=$?
else
echo "SKIP - No backup of dirs to a backup target." | tee -a "$JOB_LOGFILE"
echo | tee -a "$JOB_LOGFILE"
echo "SKIP TRANSFER - No backup of dirs to a backup target." | tee -a "$JOB_LOGFILE"
echo | tee -a "$JOB_LOGFILE"
fi
rcBackup=$rcBackup+rcTransfer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment