Hey guys
So I'm having a problem with the starting parameters for my server. I'm just trying to host a small server for my friends and I and for some reason I can only load one mod at a time. For context I'm using a LGSM server install on an Ubuntu 18.04 LTS. The mods are loaded in the root directory of my Arma server install and no matter how I set up my content I can only load one mod. Here is an example
-mods=@RHSAFRF;@CBA_A3
this only loads RHSAFRF and if I set it up this way
-mods=@CBA_A3;@RHSAFRF
this only loads CBA_A3.
What could the issue be?