From e0f3898e498f672a7503502298ac18246030aa05 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 22 Mar 2021 09:03:13 -0500 Subject: [PATCH] Still better instructions on fixing a bad bootstrap Still better instructions on fixing a bad bootstrap. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07b6c56..5a7ab3a 100644 --- a/README.md +++ b/README.md @@ -290,11 +290,11 @@ COmanage Registry with a configuration that does not allow them to authenticate as the platform administrator. When that happens 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. `cd /srv/docker/srv/comanage-registry/local/Config` -1. `rm -rf ./*` +1. `sudo docker stack rm comanage` +1. `sudo cd /srv/docker/var/lib/mysql` +1. `sudo rm -rf ./*` +1. `sudo cd /srv/docker/srv/comanage-registry/local/Config` +1. `sudo rm -rf ./*` Then tell the user to correct the error in the stack file and try again.