correct typo

This commit is contained in:
rootzoll 2020-06-18 16:32:01 +02:00
parent 6fc5d5da6d
commit fee477f5c5

View File

@ -83,7 +83,7 @@ copyHost()
return
fi
echo "# stopping servives ..."
echo "# stopping services ..."
sudo systemctl stop lnd
sudo systemctl stop ${network}d
sudo systemctl disable ${network}d
@ -98,7 +98,7 @@ copyHost()
sudo sshpass -p "${targetPassword}" rsync -avhW -e 'ssh -o StrictHostKeyChecking=no -p 22' --info=progress2 ./chainstate ./blocks bitcoin@${targetIP}:/mnt/hdd/bitcoin
sed -i "s/^state=.*/state=/g" /home/admin/raspiblitz.info
echo "# start servives again ..."
echo "# start services again ..."
sudo systemctl enable ${network}d
sudo systemctl start ${network}d
sudo systemctl start lnd