This commit is contained in:
Cryptoval Trading Technologies
2026-06-15 23:14:31 +00:00
parent b25e482c18
commit 4d386988ac
+5 -1
View File
@@ -139,6 +139,9 @@ main() {
exit 1
fi
echo "---------- ${config_file}"
cat ${config_file}
echo "----------"
local dt
dt=$(date +%Y%m%d)
@@ -183,5 +186,6 @@ if [[ $# -lt 1 ]]; then
exit 1
fi
echo "[$(date)] Starting ${0} ${*} ..."
main "${Config}"
echo "[$(date)] Done ${0} ${*}"