entrypoint logic

This commit is contained in:
Alexandre
2021-11-13 13:02:39 +01:00
parent 2acb25daf8
commit 11b402cb10
16 changed files with 144 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bah
#!/bin/bash
echo "Starting"
@@ -9,7 +9,5 @@ if [ ! -f /data/config.json ]; then
freqtrade new-config --config /data/config.json
fi
pause 36000000000
echo "Starting app"
freqtrade trade --logfile /data/logs/freqtrade.log --db-url sqlite://///data/tradesv3.sqlite --config /data/config.json --strategy SampleStrategy