fix_arma3.sh 286 B

1234567891011
  1. #!/bin/bash
  2. # LGSM fn_arma3fix function
  3. # Author: Daniel Gibbs
  4. # Website: http://gameservermanagers.com
  5. lgsm_version="201215"
  6. # Fixes line 63: 20150 Segmentation fault (core dumped) #488
  7. if [ -d "${rootdir}/.local/share/Arma\ 3" ]; then
  8. mkdir -p "${rootdir}/.local/share/Arma\ 3"
  9. fi