Skip to content

Commit 6ebf7a3

Browse files
committed
fixes ownership command typo
1 parent 2fa94c0 commit 6ebf7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo/content/installation/manual-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The basic installation uses the default operator configuration settings, these s
7676
The default Persistent Volume script assumes a default HostPath directory be created called */data*:
7777
....
7878
sudo mkdir /data
79-
sudo chown 777 /data
79+
sudo chmod 777 /data
8080
....
8181

8282
Create some sample Persistent Volumes using the following script:

0 commit comments

Comments
 (0)