fix no .* files
This commit is contained in:
parent
ab1c3551f9
commit
ab06193f07
@ -30,7 +30,7 @@ function run_strategies {
|
||||
get_symbols_ticker
|
||||
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
|
||||
if ! bash -n "${f_strategy}" >$g_tmp/strat_bash_error 2>&1
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user