Skip to content

Commit 22d773d

Browse files
committed
fix(entrypoint): remove config.toml check
1 parent 69ccfa6 commit 22d773d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

entrypoint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@ if [ -n "$CONFIG_URL" ]; then
99
exit 1
1010
fi
1111
fi
12-
13-
if [ ! -f /app/config.toml ]; then
14-
echo "[ERROR] Missing config.toml: Please provide the configuration file via mounting or CONFIG_URL"
15-
exit 1
16-
fi
1712

1813
exec /app/saveany-bot

0 commit comments

Comments
 (0)