react-project/ansible/debian/entrypoint.sh
2024-02-28 12:42:50 +02:00

9 lines
122 B
Bash

#!/bin/sh
## Do whatever you need with env vars here ...
chmod 0600 ${PROJECT_SSH_KEY}
# Hand off to the CMD
exec "$@"