Skip to content

Commit

Permalink
Make devel also record the rver file
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 14, 2023
1 parent e323750 commit ded3ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup_bbs_standalone_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo mv /srv/pillar/custom/devel_standalone.sls /srv/pillar/custom/init.sls
sudo salt-call --local state.highstate || true

# Find R path and check that it works
if ! /home/biocbuild/bbs-*/R/bin/R --version; then exit 1; fi
if ! /home/biocbuild/bbs-*/R/bin/R --version > /tmp/rver; then exit 1; fi

RPATH="$(echo /home/biocbuild/bbs-*/R/bin)"

Expand Down

0 comments on commit ded3ea7

Please sign in to comment.