File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ sudo echo "export PATH='$PATH:$RPATH'" | sudo tee -a /etc/bash.bashrc
5353sudo echo " #!/bin/bash" | sudo tee /bbs_r_start
5454sudo echo " $RPATH /R \"\$ @\" " | sudo tee -a /bbs_r_start
5555
56+ # Change permissions for volumes
57+ sudo echo " sudo chown -R biocbuild:biocbuild /home/biocbuild" | sudo tee -a /bbs_r_start
58+
5659sudo chown biocbuild /bbs_r_start
5760sudo chmod +x /bbs_r_start
5861
5962sudo ln -s /home/biocbuild/bbs-* -bioc/R/bin/R /usr/bin/R
6063sudo ln -s /home/biocbuild/bbs-* -bioc/R/bin/Rscript /usr/bin/Rscript
6164
62- # Change permissions for volumes
63- sudo chown -R biocbuild:biocbuild /home/biocbuild/.cache /home/biocbuild/BBS /home/biocbuild/bbs-*
64-
6565# Cleanup
6666# rm -rf /srv /etc/salt
6767# sudo apt-get -y purge salt-minion
You can’t perform that action at this time.
0 commit comments