github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/pkg/cli/cloudprovider/assets/k3d-entrypoint-mount.sh (about) 1 #!/bin/sh 2 3 set -o errexit 4 set -o nounset 5 echo "[$(date -Iseconds)] [mount Fix] Evacuating mount --make-rshared / ..." 6 mount --make-rshared / 7 echo "[$(date -Iseconds)] [mount Fix] Done"