Skip to content

Commit 2c5d78d

Browse files
authored
format fix
1 parent 95683db commit 2c5d78d

File tree

1 file changed

+4
-3
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain-pv-pvc

1 file changed

+4
-3
lines changed

kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ Events: <none>
220220
Edit the file and set the value of the field. This value must be a directory that is writable for the uid==1000 and gid==1000.
221221
Take the following steps to resolve the error:
222222
* become the root user
223-
** mkdir -e $value-of-weblogicDomainStoragePath
224-
** chmod 755 $value-of-weblogicDomainStoragePath
225-
** chown 1000:1000 $value-of-weblogicDomainStoragePath
223+
* mkdir -e $value-of-weblogicDomainStoragePath
224+
* chmod 755 $value-of-weblogicDomainStoragePath
225+
* chown 1000:1000 $value-of-weblogicDomainStoragePath
226+
* return to your normal user id

0 commit comments

Comments
 (0)