Fixed typo (again)

This commit is contained in:
deajan 2017-01-03 13:17:43 +01:00
parent 71dd3e939d
commit 6335e889ea
1 changed files with 1 additions and 0 deletions

View File

@ -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