Fix minor typo in connect_all.sh

Typo was causing an unneccessary warning
This commit is contained in:
2021-02-25 07:54:06 +01:00
parent bbcad2e6fd
commit a687c18af4

View File

@ -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