From 4b90d409fe55dcb2db3d79ef0b8ea33f3155ecbf Mon Sep 17 00:00:00 2001 From: xnico31 <54291310+xnico31@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:57:33 +0100 Subject: [PATCH] Update install.sh --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c2ea42a..73cecb1 100755 --- a/install.sh +++ b/install.sh @@ -13,8 +13,7 @@ login=$5 private_key=$6 client_version=$7 -branch="main" -if [ "$#" -eq 8 ] && [ "$mode" = "testnet" ]; then +if [ "$#" -eq 8 ] && [ "$8" = "testnet" ]; then branch="test" fi