From 9b18477e6d4e054fc62dc54441765a0db3ca9f9b Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 27 Oct 2023 13:43:42 +0200 Subject: [PATCH] syntax error fix --- dabo/functions/check_sell_conditions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index 17172ea..7f7efda 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -149,7 +149,7 @@ function check_sell_conditions_strategy { # Check sell signal from strategy if [ -n "${f_do_sell}" ] then - $f_SELL="Strategy sell signal: ${f_do_sell}" + f_SELL="Strategy sell signal: ${f_do_sell}" return 0 fi