Hi,
I got an error when I tried to update my masternode from 1.6.0 to 1.6.1
Error: Cannot obtain a lock on data directory /root/.phore. Phore Core is probably already running.
I use the following command (Installed masternodes with another method):
cd /root
wget https://github.com/phoreproject/Phore/releases/download/v1.4.4/phore-1.4.4-x86_64-linux-gnu.tar.gz
tar zxvf phore-1.4.5-x86_64-linux-gnu.tar.gz
mkdir phore-old
mv /usr/local/bin/phore* phore-old/
cp /root/phore-1.4.5/bin/phore* /usr/local/bin/
phore-cli stop
phored -daemonError: Cannot obtain a lock on data directory /root/.phore. Phore Core is probably already running.
How can I solve it please?
Thanks