From 29d24c6ff3642dc5a5ab0029056990f72642e15f Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 26 Sep 2022 15:53:57 +0530 Subject: [PATCH] fix typo --- .scripts/_bluefeds/install_openzfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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