5 changed files with 28 additions and 3 deletions
@ -0,0 +1,11 @@ |
|||||
|
#!/bin/bash |
||||
|
# LGSM fn_arma3fix function |
||||
|
# Author: Daniel Gibbs |
||||
|
# Website: http://gameservermanagers.com |
||||
|
lgsm_version="201215" |
||||
|
|
||||
|
# Fixes line 63: 20150 Segmentation fault (core dumped) #488 |
||||
|
|
||||
|
if [ -d "${rootdir}/.local/share/Arma\ 3"]; then |
||||
|
mkdir -p "${rootdir}/.local/share/Arma\ 3" |
||||
|
fi |
Loading…
Reference in new issue