From 84a0ca5ce6673dc45660dbf0c0d8968b9a609b70 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Mon, 14 Oct 2024 23:37:45 +0200 Subject: [PATCH] removed duplicate installation call --- .docker/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.docker/entrypoint.sh b/.docker/entrypoint.sh index 49e64f3a..bd552f22 100755 --- a/.docker/entrypoint.sh +++ b/.docker/entrypoint.sh @@ -76,7 +76,6 @@ function handleStartup() { function prepareKimai() { # These are idempotent, so we can run them on every start-up /opt/kimai/bin/console -n kimai:install - /opt/kimai/bin/console -n kimai:update if [ ! -z "$ADMINPASS" ] && [ ! -a "$ADMINMAIL" ]; then /opt/kimai/bin/console kimai:user:create admin "$ADMINMAIL" ROLE_SUPER_ADMIN "$ADMINPASS" fi