diff --git a/scripts/stop-all.sh b/scripts/stop-all.sh index 328392d29..1792efc6d 100755 --- a/scripts/stop-all.sh +++ b/scripts/stop-all.sh @@ -44,7 +44,7 @@ do result=$(openim::util::check_process_names_for_stop) if [[ $? -ne 0 ]]; then - if [[$attempt -ne 0 ]] ; then + if [[ $attempt -ne 0 ]] ; then echo "+++ cat openim log file >>> ${LOG_FILE}" openim::log::error "stop process failed. continue waiting\n" "${result}" fi