diff options
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-x | install-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh index c0449de6c18..9dfafd94d47 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -394,7 +394,7 @@ EOF if [ "$control" != "debian/control" ] ; then rm $control; fi # for rgw motr backend build checks - if $for_make_check || $with_rgw_motr; then + if $with_rgw_motr; then install_cortx_motr_on_ubuntu fi ;; |