a11yist/bin/dev_entrypoint

9 lines
90 B
Text
Raw Permalink Normal View History

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