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

transfer - exit 0 on skip

parent 4c00dce0
No related branches found
No related tags found
1 merge request!9Version 2
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
typeset -i rc=0 typeset -i rc=0
if [ ! -r "${DIRFILE}" -o ! -r "${STORAGEFILE}" ]; then if [ ! -r "${DIRFILE}" -o ! -r "${STORAGEFILE}" ]; then
echo "SKIP backup of local files - one of the files is not readable (no error): ${DIRFILE} | ${STORAGEFILE}" echo "SKIP backup of local files - one of the files is not readable (no error): ${DIRFILE} | ${STORAGEFILE}"
exit 0
fi fi
STORAGE_BIN=`_j_getvar ${STORAGEFILE} "bin"` STORAGE_BIN=`_j_getvar ${STORAGEFILE} "bin"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment