diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 15:28:27 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 15:28:27 +0200 |
commit | a77621f3bc45828834ef4697e983c603735c56ee (patch) | |
tree | e9ec518edf4fb08a7ff04b73bdc7be3ae710dc64 /apache-sp/entrypoint.sh | |
parent | 1f4fcc1f2234281f6f7c95c0c0ba77b9298d00ce (diff) |
sync with syntax working, but not auth
Diffstat (limited to 'apache-sp/entrypoint.sh')
-rw-r--r-- | apache-sp/entrypoint.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apache-sp/entrypoint.sh b/apache-sp/entrypoint.sh index dc16803..a552c6c 100644 --- a/apache-sp/entrypoint.sh +++ b/apache-sp/entrypoint.sh @@ -1,4 +1,9 @@ #!/bin/sh + +# NORDUnet 2017 + +echo "Starting $0" + # Setup ssl keys KEYDIR=/etc/ssl export KEYDIR |