diff --git a/gadi_jupyter b/gadi_jupyter index f9ce8f3..d42e7a4 100755 --- a/gadi_jupyter +++ b/gadi_jupyter @@ -177,9 +177,16 @@ set -eu WORKDIR="$WORKDIR" mkdir -p "\$WORKDIR" -# Check if a hh5 member -if [ ! -d /g/data/hh5 ]; then - echo "ERROR: \$USER is not a member of hh5. Join at https://my.nci.org.au/mancini/project/hh5/join" >&2 +# Check if an xp65 member +if [ ! -d /g/data/xp65 ]; then + echo "ERROR: \$USER is not a member of xp65. Join at https://my.nci.org.au/mancini/project/xp65/join" >&2 + echo "x x x x ERROR" + exit +fi + +# Check if an ik11 member +if [ ! -d /g/data/ik11 ]; then + echo "ERROR: \$USER is not a member of ik11. Join at https://my.nci.org.au/mancini/project/ik11/join" >&2 echo "x x x x ERROR" exit fi @@ -200,8 +207,8 @@ cat > "\$WORKDIR/runjp.sh" <