Plug installation into stack 39/4639/2
authorFatih Degirmenci <fdegir@gmail.com>
Mon, 4 May 2020 11:22:58 +0000 (11:22 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Mon, 11 May 2020 20:03:43 +0000 (20:03 +0000)
Change-Id: Ib9d76f6cd36894c6362ece770333f9f839e6502a

install.sh

index 5156866b78debcba8d477157dfcd85f67b922b28..79e30c849b6f4a2ac4bdd35611fc026fa22a110d 100755 (executable)
@@ -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: