I installed an Avalanche node yesterday with avalanchego-installer.sh on ubuntu,it still show false when i "curl -X POST --data '{
"jsonrpc":"2.0",
"id" :1,
"method" :"info.isBootstrapped",
"params": {
"chain":"X"
}
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info"
{"jsonrpc":"2.0","result":{"isBootstrapped":false},"id":1}
and log shows like this "

"
Is this normal?