Skip to content

Commit

Permalink
Merge pull request #4 from EvoTM/develop
Browse files Browse the repository at this point in the history
Remove cp for evosc.config.json because no longer exists
  • Loading branch information
Chris92de authored Jan 7, 2023
2 parents 1be5a33 + 6fe19f3 commit a417317
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,4 +35,4 @@ if [ "$2" = 'esc' ]; then
[ ! -f /controller/cache/.setupfinished ] && touch /controller/cache/.setupfinished
fi

exec "$@"
exec "$@"

0 comments on commit a417317

Please sign in to comment.