From 7f21b00bf226d0f018c381df0a635276ec78122d Mon Sep 17 00:00:00 2001 From: oscar Date: Thu, 17 Mar 2022 08:59:53 +1300 Subject: [PATCH] adjust the function executing sequence --- build_manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_manager.sh b/build_manager.sh index 2ea900d..5eeb376 100755 --- a/build_manager.sh +++ b/build_manager.sh @@ -110,9 +110,9 @@ function build_portainer_all() { exit; fi - build_portainer_frontend_without_prompt - build_portainer_backend_without_prompt + + build_portainer_frontend_without_prompt } function run_before_commit() {