More fixes

This commit is contained in:
deajan 2017-01-03 14:24:47 +01:00
parent 5dba4dc808
commit b35d883403
1 changed files with 2 additions and 2 deletions

View File

@ -703,10 +703,10 @@ include #### RemoteLogger SUBSET ####
retval=$?
if [ $retval -ne 0 ]; then
RemoteLogger "Cannot create directory [$dirToCreate]" "CRITICAL"
return $retval
exit $retval
fi
fi
return 0
exit 0
ENDSSH
WaitForTaskCompletion $! 720 1800 $SLEEP_TIME $KEEP_LOGGING true true false
retval=$?