fix no .* files

This commit is contained in:
olli 2024-08-26 17:51:22 +02:00
parent ab1c3551f9
commit ab06193f07

View File

@ -30,7 +30,7 @@ function run_strategies {
get_symbols_ticker get_symbols_ticker
get_values ${f_symbols_array_trade[*]} get_values ${f_symbols_array_trade[*]}
for f_strategy in $(find /dabo/strategies -type f -name "*strategy*") for f_strategy in $(find /dabo/strategies -type f -name "*strategy*" ! -name "\.*")
do do
if ! bash -n "${f_strategy}" >$g_tmp/strat_bash_error 2>&1 if ! bash -n "${f_strategy}" >$g_tmp/strat_bash_error 2>&1
then then