VeloCT_Base / start.sh
Taperx's picture
Update start.sh
0d2bee9 verified
Raw
History Blame Contribute Delete
331 Bytes
#!/bin/bash
echo "Setting permissions for VeloCT_Base..."
chmod +x ./engines/VeloCT_Base
echo "Injecting Lichess token into config..."
# This secretly replaces the placeholder with your actual HF Secret token
sed -i "s|\${LICHESS_TOKEN}|${LICHESS_TOKEN}|g" config.yml
echo "Starting the Lichess Bot..."
python lichess-bot.py -u