This commit is contained in:
Kuba Tyszko 2026-05-24 04:02:30 +08:00 committed by GitHub
commit e30ee91f98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -488,7 +488,7 @@ setup_clone()
echo ">>> Setting up ${2} clone in ${1}"
# repositories may be huge so avoid the copy :)
mkdir -p ${1}${2} && mount_unionfs -o below ${2} ${1}${2}
mkdir -p ${1}${2} && mount_nullfs ${2} ${1}${2}
}
setup_copy()