summaryrefslogtreecommitdiff
path: root/packaging/docker/start.sh
blob: fe474298b6ad76ebe68b07b4b1df4b9f2db51781 (plain)
1
2
3
4
5
#! /bin/sh

if [ -f /usr/local/src/radsecproxy-web/Makefile ]; then
        make -C /usr/local/src/radsecproxy-web DESTDIR=/var/www/radsecproxy
fi