fix_arma3.sh 432 B

12345678910111213
  1. #!/bin/bash
  2. # LGSM fix_arma3.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. lgsm_version="240516"
  6. # Fixes: 20150 Segmentation fault (core dumped) error.
  7. if [ ! -d "${HOME}/.local/share/Arma 3" ]||[ ! -d "${HOME}/.local/share/Arma 3 - Other Profiles" ]; then
  8. fixname="20150 Segmentation fault (core dumped)"
  9. fn_fix_msg_start
  10. mkdir -p "${HOME}/.local/share/Arma 3 - Other Profiles"
  11. fn_fix_msg_end
  12. fi