From 09219ac1b90235cf37d84a56b56811b2b2841ec1 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 4 May 2020 11:22:58 +0000 Subject: [PATCH] Plug installation into stack Change-Id: Ib9d76f6cd36894c6362ece770333f9f839e6502a --- install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5156866..79e30c8 100755 --- a/install.sh +++ b/install.sh @@ -39,5 +39,11 @@ echo "-------------------------------------------------------------------------" # shellcheck disable=SC1090 source "${ENGINE_PATH}/engine/provisioner/provision.sh" -exit 0 +#------------------------------------------------------------------------------- +# Install the stack using the selected installer +#------------------------------------------------------------------------------- +# NOTE: shellcheck SC1090 is disabled since installer becomes available during runtime +# shellcheck disable=SC1090 +source "${ENGINE_PATH}/engine/installer/install.sh" + # vim: set ts=2 sw=2 expandtab: -- 2.25.1