From f573fc5bce77e584cb8b694b06fe360423b9bf17 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsakalozos Date: Tue, 22 Aug 2017 13:27:06 +0300 Subject: [PATCH] Fix README registry error --- cluster/juju/layers/kubernetes-worker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/juju/layers/kubernetes-worker/README.md b/cluster/juju/layers/kubernetes-worker/README.md index 6fddd252522..965199eaf75 100644 --- a/cluster/juju/layers/kubernetes-worker/README.md +++ b/cluster/juju/layers/kubernetes-worker/README.md @@ -49,7 +49,7 @@ With the "registry" action that is part for the kubernetes-worker charm, you can Create the relevant authentication files. Let's say you want user `userA` to authenticate with the password `passwordA`. Then you'll do : - echo "userA:passwordA" > htpasswd-plain + echo -n "userA:passwordA" > htpasswd-plain htpasswd -c -b -B htpasswd userA passwordA (the `htpasswd` program comes with the `apache2-utils` package)