From e5de5d4a7035a4f82ce4deb9e99c3328dca73b13 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Mon, 9 May 2022 13:08:18 +0200 Subject: [PATCH] update entrypoint with proper file checking --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 4c3728b..b77d1a9 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh # this doesnt check game server specific certs, only static file paths -files='config.json certs/nex/datastore/secret.key certs/nex/secret.key certs/nex/public.pem certs/access/secret.key certs/access/aes.key certs/access/public.pem' +files='config.json certs/nex/datastore/secret.key certs/access/secret.key certs/access/aes.key certs/access/private.pem certs/access/public.pem' for file in $files; do if [ ! -f $file ]; then