You do not have cardano-cli binary available in $PATH

After upgrade from 1.35.3 to 1.35.5 I get this from sudo systemctl status cnode

cnode.service - Cardano Node
     Loaded: loaded (/etc/systemd/system/cnode.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Sun 2023-01-29 16:02:53 CET; 2s ago
    Process: 1585963 ExecStart=/bin/bash -l -c exec /opt/cardano/cnode/scripts/cnode.sh (code=exited, st>
   Main PID: 1585963 (code=exited, status=127)

When checking with journalctl -e -f -u cnode I get;

jan 29 16:04:05 Relay1 cnode[1587700]: You do not have a cardano-cli binary available in $PATH.
jan 29 16:04:05 Relay1 cnode[1587723]: /opt/cardano/cnode/scripts/cnode.sh: line 55: : command not found
jan 29 16:04:05 Relay1 systemd[1]: cnode.service: Main process exited, code=exited, status=127/n/a
jan 29 16:04:05 Relay1 systemd[1]: cnode.service: Failed with result 'exit-code'.

I have tried with

export PATH="~/.local/bin:$PATH"
source .bashrc

Without success. What could be wrong?

Hi,

Cheers,