Browse Source

Merge remote-tracking branch 'upstream/master' into config-select

pull/372/head
Ilija Matoski 10 years ago
parent
commit
c981c7fe84
  1. 5
      Arma3/arma3server
  2. 2
      functions/fn_start

5
Arma3/arma3server

@ -4,7 +4,7 @@
# Author: Daniel Gibbs
# Contributor: Scarsz
# Website: http://danielgibbs.co.uk
# Version: 200315
# Version: 240415
#### Variables ####
@ -35,7 +35,10 @@ parms="-netlog -ip=${ip} -cfg=${networkcfgfullpath} -config=${servercfgfullpath}
mods=""
# Steam
# Stable
appid="233780"
# Development
# appid="233780 -beta development"
# Server Details
servicename="arma3-server"

2
functions/fn_start

@ -166,11 +166,11 @@ if [ "${tmuxwc}" -eq 0 ]; then
fn_scriptlog "http://gameservermanagers.com/issues"
fi
fi
fi
else
fn_printok "${servername}"
fn_scriptlog "Started ${servername}"
fi
fi
#rm "${scriptlogdir}/.${servicename}-tmux-error.tmp"
echo -en "\n"
}

Loading…
Cancel
Save