Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
The JID startscript in a JobScheduler setup on Linux has a wrong extension ./bin/dashboard.cmd instead of ./bin/dashboard.sh
Desired Behavior
The JID startscript should named ./bin/dashboard.sh
Workaround
rename ./bin/dashboard.cmd to ./bin/dashboard.sh manually
> mv ./bin/dashboard.cmd ./bin/dashboard.sh