Update lmgrd ports for Comsol

This commit is contained in:
gardouille 2021-10-04 17:29:46 +02:00
parent be99fd38e8
commit caf21204e8
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ fi
### IF LMGRD [[[
if [ "$(command -v lmgrd)" ]; then
MSG=$(process_info "lmgrd" '')
MSG=$(service_info "27000|33188|57227" "${MSG}")
MSG=$(service_info "1718|1719|27000|33188|57227" "${MSG}")
printf '%b' "\\n${MSG}"
fi
### ]]]