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

add space around skip message

parent 199a39f0
No related branches found
No related tags found
1 merge request!39add space around skip message
...@@ -165,7 +165,7 @@ EOFbackupinfo ...@@ -165,7 +165,7 @@ EOFbackupinfo
echo " dirs to transfer : " echo " dirs to transfer : "
j_getDirs2Backup | sed "s#^# #g" j_getDirs2Backup | sed "s#^# #g"
) )
fi fi | tee -a "$JOB_LOGFILE"
echo echo
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
...@@ -209,7 +209,9 @@ EOFbackupinfo ...@@ -209,7 +209,9 @@ EOFbackupinfo
rcTransfer=$? rcTransfer=$?
else 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 fi
rcBackup=$rcBackup+rcTransfer rcBackup=$rcBackup+rcTransfer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment