Files
OctoBot-trading/docker-entrypoint.sh
2020-10-27 19:42:12 +01:00

8 lines
134 B
Bash
Executable File

#!/bin/bash
if [[ -n "${OCTOBOT_CONFIG}" ]]; then
echo "$OCTOBOT_CONFIG" | tee /octobot/user/config.json > /dev/null
fi
./OctoBot