.Net8 & Linux: Self-Contained Binary doesn't work anymore: Need to Change Run.sh

After installing .Net 8 SDK, OpenLM Server service didn't run.
This is because of run.sh commands not supported in .Net8 anymore.
In Run.sh
the command is like this.
/opt/openlm/bin/OpenLM_Server --console
Need to edit it like this.
↓
dotnet /opt/openlm/bin/OpenLM_Server.dll --console
Related Articles
Workstation Agent Silent Script Sample
Attached. Developer's Note: ************************************************************************* If Agent silent script is run with SCCM or Desktop Central - it will run under users NETWORK SERVICE or LOCAL SERVICE, so there's no way it will ...
API Program + Bat File For Importing User CSV file
I created a makeshift short program to import users' CSV file into EasyAdmin by API program and Bat File. This program works under the environment of Identity Security Mode and OpenLM Server. <Important: You can't change the file name. These files ...
Identity Service PostInstall Secret & Secret PIT Issue
When you are registering a new URL in Security tab of Identity Service UI, you get the following error. <Cause> *Postinstall secret key was replaced based on different Secret PIT. *This error occurs when you run Identity Service PostInstall on ...
Broker SSL Settings
Broker SSL settings. OpenLM Server URL http -> https Some Java works without any other settings. It will automatically import the TLS certificate on Broker Machine. Some Java needs to import TLS certificate to Java KeyStore by keytool. Otherwise you ...
FlexLM Debug Log Splitting Program for Parser
I created a program which split FlexLM Debug Log into around less than 10MB pieces. This can be used for OpenLM Parser. But Parser is already implemented with Zip uploading. Therefore, could be no meaning, anymore. Place the Exe file in C Drive. ...