Skip to content

Commit af6c77c

Browse files
authored
Merge pull request #27395 from jeana-redhat/BZ1892610
BZ1892610: missing pipe (|) in a bash command dealing with pull-secret
2 parents 825e304 + 225cfd1 commit af6c77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ipi-install-creating-a-disconnected-registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Copy the pull secret file from the provisioner node to the registry node and mod
155155
+
156156
[source,terminal]
157157
----
158-
[user@registry ~]$ b64auth=$( echo -n '<username>:<passwd>' openssl base64 )
158+
[user@registry ~]$ b64auth=$( echo -n '<username>:<passwd>' | openssl base64 )
159159
----
160160
+
161161
Replace `<username>` with the user name and `<passwd>` with the password.

0 commit comments

Comments
 (0)