mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
Merge 9f3f4a2366 into e8ab153599
This commit is contained in:
commit
e30ee91f98
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue