mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixed typo (again)
This commit is contained in:
parent
71dd3e939d
commit
6335e889ea
@ -614,6 +614,7 @@ include #### RemoteLogger SUBSET ####
|
||||
eval "$cmd"
|
||||
if [ $? != 0 ]; then
|
||||
RemoteLogger "Command was [$cmd]." "WARN"
|
||||
fi
|
||||
ENDSSH
|
||||
# $cmd will return 0 even if some errors found, so we need to check if there is an error output
|
||||
WaitForTaskCompletion $! $SOFT_MAX_EXEC_TIME_FILE_TASK $HARD_MAX_EXEC_TIME_FILE_TASK $SLEEP_TIME $KEEP_LOGGING true true false
|
||||
|
Loading…
Reference in New Issue
Block a user