From b21f12b12a4fa15ed003876f40f6a901063071c1 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 22:47:54 +0530 Subject: [PATCH] fix formatting x2 --- scripts/pratham-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index b299a5b..4c4086d 100755 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -155,7 +155,7 @@ rsync \ ################################################################################ # first, check if ZFS is already installed or not -pacman -Qm | grep "zfs-dkms" +pacman -Qm | grep "zfs-dkms" > /dev/null if [[ $? -eq 0 ]]; then ZFS_Y_OR_N=n else