using HA trading-calendar

This commit is contained in:
2025-02-03 15:14:01 -05:00
parent 863f09d0b9
commit 0502a687ed
14 changed files with 21 additions and 21 deletions
@@ -5,12 +5,12 @@
# runs on host to start container
usage() {
echo -n "Usage: ${0}"
echo -n " [-c <config (dflt: http://cloud23.cvtt.vpn:6789/apps/cvtt_eqt_alpaca)>]"
echo -n " [-c <config (dflt: http://cloud16.cvtt.vpn:6789/apps/cvtt_eqt_alpaca)>]"
echo
exit 1
}
Config=http://cloud23.cvtt.vpn:6789/apps/cvtt_eqt_alpaca
Config=http://cloud16.cvtt.vpn:6789/apps/cvtt_eqt_alpaca
while getopts ":c:" opt; do