From 7a33894a41ab1401b27a53c04472593124400fab Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Tue, 26 Dec 2023 17:55:09 -0800 Subject: [PATCH] Fixed typo --- def/hyakvnc-freesurfer-ubuntu22.04/Singularity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/def/hyakvnc-freesurfer-ubuntu22.04/Singularity b/def/hyakvnc-freesurfer-ubuntu22.04/Singularity index 214fb20..6713214 100644 --- a/def/hyakvnc-freesurfer-ubuntu22.04/Singularity +++ b/def/hyakvnc-freesurfer-ubuntu22.04/Singularity @@ -54,7 +54,7 @@ This is an Apptainer container of Ubuntu 22.04 with FreeSurfer installed. It is "{{RECON_ALL_CLINICAL_URL}}" || { echo "warning: curl failed!" >&2; exit 1; } chmod a+x /usr/local/freesurfer/{{FREESURFER_VERSION}}/bin/recon-all-clinical.sh - if [[ -n "{{ MCR_VERSION }}" ]; then + if [ -n "{{ MCR_VERSION }}" ]; then # Install MCR dependencies: apt-get install -y libxt-dev libxext-dev libncurses5