From f43e1898af3d784eb937cf8a94c45481ba878622 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 16 Sep 2018 23:39:37 +0200 Subject: [PATCH] correct script name --- home.admin/50torrentHDD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index 0ab4816..500f375 100755 --- a/home.admin/50torrentHDD.sh +++ b/home.admin/50torrentHDD.sh @@ -17,7 +17,7 @@ network=`cat .network` # experimental redirect if bitcoin if [ "$network" = "bitcoin" ]; then - ./50ttorrentHDD.bitcoin.sh + ./50torrentHDD.bitcoin.sh exit 1 fi