From 488f8cbe0fcd1ce892d0bf30086870590b6797c7 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 22 Mar 2021 08:59:56 -0500 Subject: [PATCH] Better documentation on fixing bootstrap. Better documentation on fixing bootstrap. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7e9ec0..07b6c56 100644 --- a/README.md +++ b/README.md @@ -292,9 +292,9 @@ follow these steps on the training node as the root user: 1. `docker stack rm comanage` 1. `cd /srv/docker/var/lib/mysql` -1. `rm -rf ./` +1. `rm -rf ./*` 1. `cd /srv/docker/srv/comanage-registry/local/Config` -1. `rm -rf ./` +1. `rm -rf ./*` Then tell the user to correct the error in the stack file and try again.