Merge pull request #468 from thelwyn/patch-5

Fix typo
This commit is contained in:
Christian Rotzoll
2019-03-28 18:14:58 +01:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ source /home/admin/raspiblitz.info
# if setup was done - remove old data
if [ "${setupStep}" = "100" ]; then
echo "stopping servcies ..."
echo "stopping services ..."
sudo systemctl stop lnd
sudo systemctl stop ${network}d
fi