Browse Source

changed to &&

pull/1647/head
Daniel Gibbs 8 years ago
parent
commit
c1b641e5b9
  1. 2
      lgsm/functions/check_config.sh

2
lgsm/functions/check_config.sh

@ -8,7 +8,7 @@ local commandname="CHECK"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
if [ ! -e "${servercfgfullpath}" ]; then
if [ "${gamename}" != "Hurtworld" ]||[ "${shortname}" != "ut3" ]||[ "${shortname}" != "kf2" ]; then
if [ "${gamename}" != "Hurtworld" ]&&[ "${shortname}" != "ut3" ]&&[ "${shortname}" != "kf2" ]; then
fn_print_dots ""
sleep 0.5
fn_print_warn_nl "Configuration file missing!"

Loading…
Cancel
Save