fix ifs
This commit is contained in:
parent
d5e205cad1
commit
759c6a3a0e
@ -20,11 +20,11 @@ function analyze {
|
|||||||
tmpfile=$(basename "${file}")
|
tmpfile=$(basename "${file}")
|
||||||
|
|
||||||
|
|
||||||
#. /etc/bash/gaboshlib.include
|
. /etc/bash/gaboshlib.include
|
||||||
for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh")
|
#for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh")
|
||||||
do
|
#do
|
||||||
. "$bashfunc"
|
# . "$bashfunc"
|
||||||
done
|
#done
|
||||||
. dabo/functions/check_buy_conditions.sh
|
. dabo/functions/check_buy_conditions.sh
|
||||||
. dabo/functions/check_sell_conditions.sh
|
. dabo/functions/check_sell_conditions.sh
|
||||||
. dabo/functions/get_vars_from_csv.sh
|
. dabo/functions/get_vars_from_csv.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user