gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
287 B
11 lines
287 B
#!/bin/bash
|
|
# LGSM fix_arma3.sh 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
|
|
|