diff --git a/.scripts/_bluefeds/install_openzfs.sh b/.scripts/_bluefeds/install_openzfs.sh index 2db4395..d15c8e4 100644 --- a/.scripts/_bluefeds/install_openzfs.sh +++ b/.scripts/_bluefeds/install_openzfs.sh @@ -24,7 +24,7 @@ sh autogen.sh if [[ $? -eq 0 ]]; then ./configure - if [][ $? -eq 0 ]; then + if [[ $? -eq 0 ]]; then make -j1 rpm-utils rpm-dkms if [[ $? -eq 0 ]]; then