From 6654b26b9191f24aa18f8c887ea1fe92aa174436 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Fri, 8 Nov 2024 03:40:27 +0800 Subject: [PATCH] On branch edburns-msft-6360-validate-script-locations (#5207) modified: documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md - `rm -rf`. Signed-off-by: Ed Burns --- .../content/samples/azure-kubernetes-service/domain-on-pv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md b/documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md index e44d9cabe0c..51c3fa50634 100644 --- a/documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md +++ b/documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md @@ -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 ```