|
|
@ -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!" |
|
|
|