Skip to content

Commit 4ec75c4

Browse files
authored
Configure CVMFS before mounting on macOS
1 parent 8cfe77c commit 4ec75c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup-cvmfs-macos.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ sudo chown root:wheel /etc/synthetic.conf
1414
sudo chmod a+r /etc/synthetic.conf
1515
sudo /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t || true
1616

17+
# Configure CVMFS
18+
bash create-config.sh
19+
bash setup-cvmfs-config.sh
20+
1721
# Mount repositories
1822
for repo in $(echo ${CVMFS_REPOSITORIES} | sed "s/,/ /g")
1923
do
2024
mkdir -p /Users/Shared/cvmfs/${repo}
2125
sudo mount -t cvmfs ${repo} /Users/Shared/cvmfs/${repo}
2226
done
23-
sleep 3
24-
25-
# Configure CVMFS
26-
bash create-config.sh
27-
bash setup-cvmfs-config.sh
27+
sleep 3

0 commit comments

Comments
 (0)