mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-09-11 04:46:45 -05:00
Updated docker entrypoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user