Browse Source

Merge pull request #468 from thelwyn/patch-5

Fix typo
master
Christian Rotzoll 6 years ago
committed by GitHub
parent
commit
40b29b9efa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      home.admin/50torrentHDD.sh

2
home.admin/50torrentHDD.sh

@ -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

Loading…
Cancel
Save