From 03b3b02c20c173f06caf1de4e739124253a8b63f Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:47:00 +0100 Subject: [PATCH] activate webapp check --- installation/routines/setup_jukebox_webapp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/routines/setup_jukebox_webapp.sh b/installation/routines/setup_jukebox_webapp.sh index c9f0caebb..cb7d0058a 100644 --- a/installation/routines/setup_jukebox_webapp.sh +++ b/installation/routines/setup_jukebox_webapp.sh @@ -107,6 +107,7 @@ setup_jukebox_webapp() { # _jukebox_webapp_build fi _jukebox_webapp_register_as_system_service_with_nginx + _jukebox_webapp_check echo "DONE: setup_jukebox_webapp" }