mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
More fixes
This commit is contained in:
parent
5dba4dc808
commit
b35d883403
@ -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=$?
|
||||
|
Loading…
Reference in New Issue
Block a user