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