EESSI / filesystem-layer

Filesystem layer of the EESSI project
https://eessi.github.io/docs/filesystem_layer
GNU General Public License v2.0
7 stars 16 forks source link

Fix auto-update of Lmod caches #184

Closed bedroge closed 6 months ago

bedroge commented 6 months ago

The script sets cvmfs_server="cvmfs_server" and changes it to sudo cvmfs_server in case the user running it is not the owner of the repo. However, the Lmod cache update function did not use $cvmfs_server, which caused permission errors...