From 6e606b83eb3f7f9b29dfae580165ac2961648589 Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:55:12 +0400 Subject: [PATCH] fix linode script --- scripts/stress-test-linode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/stress-test-linode.sh b/scripts/stress-test-linode.sh index dac9b87b2a..2ead53839d 100644 --- a/scripts/stress-test-linode.sh +++ b/scripts/stress-test-linode.sh @@ -10,8 +10,8 @@ cd $HOME # Download stress test binary binary="$HOME/simplex-stress-test" -curl -L -o binary https://github.com/simplex-chat/simplex-chat/releases/download/v1.2.1/simplex-stress-test -chmod +x binary +curl -L -o $binary https://github.com/simplex-chat/simplex-chat/releases/download/v1.2.1/simplex-stress-test +chmod +x $binary # / Create systemd service cat <> /etc/systemd/system/simplex-stress-test.service