From fbe3a7856dc18e66e072826f23dc80ff00767da9 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Wed, 6 May 2020 13:00:20 +0200 Subject: [PATCH] fix last print --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index d41fff5..e9c1576 100755 --- a/init +++ b/init @@ -179,7 +179,7 @@ fi if [[ "$zfs" == "1" ]] then - modprobe zfs && echo -e "\e[32mZFS is ready" + modprobe zfs && echo -e "\n\e[32mZFS is ready\n" else print "No ZFS module found"