Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -34,7 +34,7 @@ if [ ! -f "$CONFIG_PATH" ]; then
|
|
| 34 |
{
|
| 35 |
"channels": {
|
| 36 |
"telegram": {
|
| 37 |
-
"enabled":
|
| 38 |
"botToken": "${TELEGRAM_BOT_TOKEN:-}",
|
| 39 |
"dmPolicy": "pairing",
|
| 40 |
"commands": {
|
|
|
|
| 34 |
{
|
| 35 |
"channels": {
|
| 36 |
"telegram": {
|
| 37 |
+
"enabled": true,
|
| 38 |
"botToken": "${TELEGRAM_BOT_TOKEN:-}",
|
| 39 |
"dmPolicy": "pairing",
|
| 40 |
"commands": {
|