From c8963e5e4e0989097a4657bc57217da71332efaa Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 4 Sep 2016 23:26:18 +0200 Subject: [PATCH] initscript correction --- initscript.runit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initscript.runit b/initscript.runit index e8995f2..9f1b70c 100644 --- a/initscript.runit +++ b/initscript.runit @@ -1,3 +1,3 @@ #!/bin/sh -e msg "Checking integrity of /boot" -/usr/bin/hashboot || emergency_shell +/usr/bin/hashboot check || emergency_shell