Cannot start ./gLiveView.sh

I’ve been trying to set up a cardano node for weeks now and I can’t get it to work. I’m following this guide
Guild Operators Documentation and after I finish the installation I try running ./gLiveView.sh but I get this error.

I tried the following:

  1. Remove scripts folder and ran the prereqs.sh script to recreate them
  2. restarted the node with sudo systemctl restart cnode.service

Screen Shot 2021-05-07 at 10.45.47 PM

I found out what the issue was:

This line gets hit whenever this condition is true

and it throws an error after it sources the file.

So to get ./gLiveView.sh running again just set this variable in the env file to skip the condition.

env file

UPDATE_CHECK=N

then run ./gLiveView.sh and it should be working.

Opened a github issue just in case anyone was interested in following up.

1 Like

cntools seems to be broken too when it sources the env file.