mirror of
https://github.com/deajan/obackup.git
synced 2026-02-05 22:55:14 +01:00
Fixed typo (again)
This commit is contained in:
@@ -614,6 +614,7 @@ include #### RemoteLogger SUBSET ####
|
|||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
if [ $? != 0 ]; then
|
if [ $? != 0 ]; then
|
||||||
RemoteLogger "Command was [$cmd]." "WARN"
|
RemoteLogger "Command was [$cmd]." "WARN"
|
||||||
|
fi
|
||||||
ENDSSH
|
ENDSSH
|
||||||
# $cmd will return 0 even if some errors found, so we need to check if there is an error output
|
# $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
|
WaitForTaskCompletion $! $SOFT_MAX_EXEC_TIME_FILE_TASK $HARD_MAX_EXEC_TIME_FILE_TASK $SLEEP_TIME $KEEP_LOGGING true true false
|
||||||
|
|||||||
Reference in New Issue
Block a user