freeradius/entrypoint.sh

7 lines
78 B
Bash
Executable File

#!/bin/bash
# Regenerate Cert
cd /etc/freeradius/3.0/certs/ && make
exec $@