Skip to content

Commit 4ab8ca6

Browse files
authored
Also mount requested repos in linux
1 parent 86259e9 commit 4ab8ca6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

install-cvmfs-linux.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,10 @@ done
3333

3434
# Configure CVMFS
3535
bash create-config.sh
36-
bash setup-cvmfs-config.sh
36+
bash setup-cvmfs-config.sh
37+
38+
# Mount repositories
39+
for repo in $(echo ${CVMFS_REPOSITORIES} | sed "s/,/ /g")
40+
do
41+
sudo mount -t cvmfs ${repo} /cvmfs/${repo}
42+
done

0 commit comments

Comments
 (0)