mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
8 lines
134 B
Bash
Executable File
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
|