Skip to content

Commit

Permalink
CE: Ошибка нескольких процессов (fix #120)
Browse files Browse the repository at this point in the history
  • Loading branch information
slothfk committed Jul 31, 2023
1 parent 387571c commit 69ed4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/1c_license_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function check_cluster_process {
pgrep "${1}" -a
else
wmic path win32_process where "caption like '${1}.exe'" get commandline /format:csv
fi | awk "/${PROCESS_UUID/$'\n'/|}|${2}/ { count++ } END { print count?count:0 }"
fi | awk "/${PROCESS_UUID//$'\n'/|}|${2}/ { count++ } END { print count?count:0 }"
fi

}
Expand Down

0 comments on commit 69ed4f4

Please sign in to comment.