From cbb580a3b18b3bb3ed7b0adffe8255163d9fb9af Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Fri, 30 Sep 2022 21:25:03 -0400 Subject: [PATCH] Updated docker entrypoint --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index b77d1a9..1393202 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/access/secret.key certs/access/aes.key certs/access/private.pem certs/access/public.pem' +files='config.json certs/nex/datastore/secret.key certs/service/account/secret.key certs/service/account/aes.key certs/service/account/private.pem certs/service/account/public.pem' for file in $files; do if [ ! -f $file ]; then