Fix minor typo in connect_all.sh
Typo was causing an unneccessary warning
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Connect all lanes to cryosparc
|
||||
|
||||
:"${CRYOSPARCM:=/data/user/$USER/cryosparc/cryosparc2_master/bin/cryosparcm}"
|
||||
: "${CRYOSPARCM:=/data/user/$USER/cryosparc/cryosparc2_master/bin/cryosparcm}"
|
||||
|
||||
if [[ ! -x "$CRYOSPARCM" ]]; then
|
||||
echo "ERROR: Unable to find cryosparcm at $CRYOSPARCM" >&2
|
||||
|
Reference in New Issue
Block a user