Files
pterodactyl-discord-bot/entrypoint.sh
k.eaven de35154bc4
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m8s
Modify container signal handling
2025-08-13 00:00:30 -07:00

8 lines
126 B
Bash

#!/bin/sh
if ! python generate_config.py; then
echo "Failed to generate config"
exit 1
fi
exec python pterodisbot.py