Skip to content

Commit

Permalink
Debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Dec 4, 2023
1 parent 84f8447 commit 2f15ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion startup_bbs_standalone_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sudo cp bioconductor_salt/saltstack/minion.d/minion.conf /etc/salt/minion

sudo mv /srv/pillar/custom/devel_standalone.sls /srv/pillar/custom/init.sls

sudo salt-call --local state.highstate -l debug || true
sudo salt-call --local state.highstate || true

# Find R path and check that it works
/home/biocbuild/bbs-*/R/bin/R --version > /tmp/rver
Expand Down
2 changes: 1 addition & 1 deletion startup_bbs_standalone_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sudo cp bioconductor_salt/saltstack/minion.d/minion.conf /etc/salt/minion

sudo mv /srv/pillar/custom/release_standalone.sls /srv/pillar/custom/init.sls

sudo salt-call --local state.highstate -l debug || true
sudo salt-call --local state.highstate || true

# Find R path and check that it works
/home/biocbuild/bbs-*/R/bin/R --version > /tmp/rver
Expand Down

0 comments on commit 2f15ccc

Please sign in to comment.