diff --git a/docker/copy_files.sh b/docker/copy_files.sh index 2b2213fa8..bf5b493fd 100644 --- a/docker/copy_files.sh +++ b/docker/copy_files.sh @@ -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