Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 15, 2024
1 parent 314655f commit 9d2e7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/build_rcac_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ MACHINE_NAME=$(uname -n | awk -F. '{
}')

if { conda env list | grep 'mintongroup'; } >/dev/null 2>&1; then
print -n "The mintongroup conda environment was detected"
echo "The mintongroup conda environment was detected"
else
print -n "The mintongroup conda environment was not detected. Creating it now..."
echo "The mintongroup conda environment was not detected. Creating it now..."
/depot/daminton/apps/build_mintongroup_conda.sh
fi

Expand Down

0 comments on commit 9d2e7be

Please sign in to comment.