From c0ef41a9bbcd272c50e2a5bada26115e7956d789 Mon Sep 17 00:00:00 2001 From: Dselen Date: Mon, 26 Aug 2024 15:54:27 -0500 Subject: [PATCH] Forgot to reorder --- docker/alpine/entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/alpine/entrypoint.sh b/docker/alpine/entrypoint.sh index f452f14..955fcb5 100644 --- a/docker/alpine/entrypoint.sh +++ b/docker/alpine/entrypoint.sh @@ -223,7 +223,6 @@ ensure_blocking() { # Execute functions for the WireGuard Dashboard services, then set the environment variables ensure_installation clean_up -#update_checker -start_core set_envvars +start_core ensure_blocking \ No newline at end of file