From 6fe19f3b0ad9f7d4a04f816a325bef099257c628 Mon Sep 17 00:00:00 2001 From: Christopher F Date: Sat, 7 Jan 2023 19:28:17 +0100 Subject: [PATCH] Remove cp for evosc.config.json because no longer exists --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1be585e..d455655 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,6 @@ if [ "$2" = 'esc' -a "$(id -u)" = '0' ]; then fi if [ "$2" = 'esc' ]; then - [ ! -f /controller/config/evosc.config.json ] && cp /controller/config/default/evosc.config.json /controller/config/evosc.config.json [ ! -f /controller/config/theme.config.json ] && cp /controller/config/default/theme.config.json /controller/config/theme.config.json [ ! -f /controller/config/database.config.json ] && cp /controller/config/default/database.config.json /controller/config/database.config.json [ ! -f /controller/config/server.config.json ] && cp /controller/config/default/server.config.json /controller/config/server.config.json @@ -36,4 +35,4 @@ if [ "$2" = 'esc' ]; then [ ! -f /controller/cache/.setupfinished ] && touch /controller/cache/.setupfinished fi -exec "$@" \ No newline at end of file +exec "$@"