fix print ok it works

This commit is contained in:
eoli3n 2020-05-05 23:43:48 +02:00
parent e146d02898
commit 4e68dd2a69

4
init
View file

@ -62,9 +62,7 @@ then
print "Loading zfs kernel module"
# Load kernel module
modprobe zfs
print "ZFS module is working"
modprobe zfs && print "ZFS module is working"
else
print "No module found for current kernel version on Archzfs repos"