1
0
Fork 0

fix formatting x2

This commit is contained in:
Pratham Patel 2022-11-20 22:47:54 +05:30
parent 278694069c
commit b21f12b12a
1 changed files with 1 additions and 1 deletions

View File

@ -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