|
@@ -135,8 +135,9 @@ echo "================================="
|
|
|
sleep 1
|
|
sleep 1
|
|
|
if [ "${gamename}" == "ARMA 3" ]; then
|
|
if [ "${gamename}" == "ARMA 3" ]; then
|
|
|
cd "${systemdir}"
|
|
cd "${systemdir}"
|
|
|
-elif [
|
|
|
|
|
- cd "${servercfgdir}" ]; then
|
|
|
|
|
|
|
+else
|
|
|
|
|
+ cd "${servercfgdir}"
|
|
|
|
|
+fi
|
|
|
#statements
|
|
#statements
|
|
|
if [ "${gamename}" == "7 Days To Die" ]; then
|
|
if [ "${gamename}" == "7 Days To Die" ]; then
|
|
|
fn_unity3dconfig
|
|
fn_unity3dconfig
|