syntax error fix

This commit is contained in:
olli 2023-10-27 13:43:42 +02:00
parent 858da38c22
commit 9b18477e6d

View File

@ -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