Skip to content

Commit

Permalink
On branch edburns-msft-6360-validate-script-locations (#5207)
Browse files Browse the repository at this point in the history
modified:   documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md

- `rm -rf`.

Signed-off-by: Ed Burns <[email protected]>
  • Loading branch information
edburns authored Nov 7, 2024
1 parent fa95c2d commit 6654b26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This sample requires [Domain creation images]({{< relref "/managing-domains/doma
- Copy the sample to a new directory; for example, use the directory `/tmp/dpv-sample`. In the directory name, `dpv` is short for "domain on pv". Domain on PV is one of three domain home source types supported by the operator. To learn more, see [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).

```shell
$ rm /tmp/dpv-sample -f -r
$ rm -rf /tmp/dpv-sample
$ mkdir /tmp/dpv-sample
```

Expand Down

0 comments on commit 6654b26

Please sign in to comment.