From b4ba32f681d8c0398d281190db379c1d83c6ea6e Mon Sep 17 00:00:00 2001 From: thelwyn Date: Thu, 28 Mar 2019 10:49:22 +0800 Subject: [PATCH] Fix typo --- home.admin/50torrentHDD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index 8ddd3a4..a4396f2 100755 --- a/home.admin/50torrentHDD.sh +++ b/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 @@ -299,4 +299,4 @@ else sudo sed -i "s/^setupStep=.*/setupStep=50/g" /home/admin/raspiblitz.info # continue setup ./60finishHDD.sh -fi \ No newline at end of file +fi