From 5aac77dfbcab1746bf2437ae3e5353e9cbf8b0e6 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Thu, 6 Mar 2025 11:18:06 +0100 Subject: [PATCH] Update README.kustomize.md --- README.kustomize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.kustomize.md b/README.kustomize.md index bd8e40f..5d15b35 100644 --- a/README.kustomize.md +++ b/README.kustomize.md @@ -239,7 +239,7 @@ sudo systemctl restart coturn Once the installation is complete, you can customize the user interface with your own branding. A persistent volume claim (PVC) has been created and attached to the `hub-frontend` pod. To locate the persistent volume, navigate to your specified storage path. The volume will have a name starting with `kerberos-hub-custom-layout-claim-pvc`. ```bash -cp -r base/volume/ /media/storage/kerberos-hub-custom-layout-claim-pvc-.../ +cp -r base/volume/* /media/storage/kerberos-hub-custom-layout-claim-pvc-.../ ``` Once the files are copied, you should see the CSS override on the Hub landing page.