Skip to content

Commit

Permalink
Update copy_files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored May 8, 2024
1 parent 9feacd1 commit bb90e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/copy_files.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh

ln -s /lichess-bot/config/config.yml lichess-bot/config.yml
ln -s /lichess-bot/config/config.yml lichess-bot/

if [ -e /lichess-bot/config/homemade.py ]; then
ln -sf /lichess-bot/config/homemade.py lichess-bot/homemade.py
ln -sf /lichess-bot/config/homemade.py lichess-bot/
fi

if [ -e /lichess-bot/config/extra_game_handlers.py ]; then
ln -sf /lichess-bot/config/extra_game_handlers.py lichess-bot/extra_game_handlers.py
ln -sf /lichess-bot/config/extra_game_handlers.py lichess-bot/
fi

0 comments on commit bb90e24

Please sign in to comment.