From 4e68dd2a6976a99ff2ea9bbd2b4f6ed75f16ffa3 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Tue, 5 May 2020 23:43:48 +0200 Subject: [PATCH] fix print ok it works --- init | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init b/init index 27799ba..66cdeaa 100755 --- a/init +++ b/init @@ -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"