fn_script_log_info "Waiting for local build to generate"
fi
fi
localbuild=$(grep "= Multi Theft Auto: San Andreas v""${serverfiles}/mods/deathmatch/logs/server.log"| awk '{ print $7 }'| sed -r 's/^.{1}//'| tail -1)
if["${localbuild}"];then
break
@ -90,7 +90,7 @@ fn_update_mta_localbuild(){
totalseconds=$((totalseconds +1))
done
fi
if[ -z "${localbuild}"];then
localbuild="0"
fn_print_error "Checking for update: ${remotelocation}: waiting for local build: missing local build info"