diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-12-01 20:51:47 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-12-01 20:51:47 +0100 |
commit | 43411bfd248d2a0db42bcece3a1b5dbb294432e7 (patch) | |
tree | f832439717529a0208c5806278710886c3a0d3eb /packaging/docker/start.sh | |
parent | 46be38b25df7b2177bb5437bf5351a54b17518b5 (diff) |
Rename start.sh --> mkhtml.sh
This is now supposed to run a "data volume container" and won't start
any long-running process but rather just generate HTML.
Diffstat (limited to 'packaging/docker/start.sh')
-rwxr-xr-x | packaging/docker/start.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/docker/start.sh b/packaging/docker/start.sh deleted file mode 100755 index fe47429..0000000 --- a/packaging/docker/start.sh +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -if [ -f /usr/local/src/radsecproxy-web/Makefile ]; then - make -C /usr/local/src/radsecproxy-web DESTDIR=/var/www/radsecproxy -fi |