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

Merge branch 'version-2' into 'master'

remove debug output

See merge request !5
parents e6f6961e c174b9ee
No related branches found
No related tags found
1 merge request!5remove debug output
...@@ -175,13 +175,11 @@ ...@@ -175,13 +175,11 @@
fi fi
sParamExclude= sParamExclude=
for sItem in `_j_getvar ${DIRFILE} exclude` for sItem in `_j_getvar ${DIRFILE} exclude`
do do
sParamExclude="$sParamExclude $( t_getParamExlude $sItem )" sParamExclude="$sParamExclude $( t_getParamExlude $sItem )"
done done
echo DEBUG: sParamExclude = $sParamExclude
sFileSshPrivkey=`_j_getvar ${STORAGEFILE} "ssh-privatekey"` sFileSshPrivkey=`_j_getvar ${STORAGEFILE} "ssh-privatekey"`
...@@ -217,8 +215,6 @@ ...@@ -217,8 +215,6 @@
done done
fi | tee -a $transferlog fi | tee -a $transferlog
# TODO: remove in jobhelper
# j_transferStart | tee -a $transferlog
h2 "`date` PRE transfer tasks" h2 "`date` PRE transfer tasks"
t_backupDoPreTasks t_backupDoPreTasks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment