a11yist/bin/dev_entrypoint

9 lines
100 B
Text
Raw Normal View History

2024-11-25 00:06:53 +01:00
#!/bin/bash
if [ -f /app/tmp/pids/server.pid ]; then
rm /app/tmp/pids/server.pid
fi
exec "$@"