File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function check_singularity_sif_support {
117117 local singularity_path=$( get_glidein_config_value GWMS_SINGULARITY_PATH)
118118
119119 # allow this to run before gwms has determined which singularity to use
120- if [[ $has_singularity = " " && $singularity_path = " " ]]; then
120+ if [[ $has_singularity = " " ]]; then
121121 has_singularity=" True"
122122 singularity_path=singularity
123123 fi
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function check_singularity_sif_support {
117117 local singularity_path=$( get_glidein_config_value GWMS_SINGULARITY_PATH)
118118
119119 # allow this to run before gwms has determined which singularity to use
120- if [[ $has_singularity = " " && $singularity_path = " " ]]; then
120+ if [[ $has_singularity = " " ]]; then
121121 has_singularity=" True"
122122 singularity_path=singularity
123123 fi
You can’t perform that action at this time.
0 commit comments