From ad8d1151168ad0dadf36b9641d156b9fdfff2e29 Mon Sep 17 00:00:00 2001 From: aedan Date: Fri, 28 Jun 2024 09:20:58 -0500 Subject: [PATCH] Bootstrap needs to be in opt/genestack --- bin/bootstrap.sh => bootstrap.sh | 0 docs/genestack-getting-started.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/bootstrap.sh => bootstrap.sh (100%) diff --git a/bin/bootstrap.sh b/bootstrap.sh similarity index 100% rename from bin/bootstrap.sh rename to bootstrap.sh diff --git a/docs/genestack-getting-started.md b/docs/genestack-getting-started.md index 8b4fc640..24abef62 100644 --- a/docs/genestack-getting-started.md +++ b/docs/genestack-getting-started.md @@ -19,7 +19,7 @@ It is persisted at /etc/genestack/product` for subsequent executions, it only ha ``` shell export GENESTACK_PRODUCT=openstack-flex -/opt/genestack/bin/bootstrap.sh +/opt/genestack/bootstrap.sh ``` !!! tip