From 7590e7b258d34124f070b4cd01fa6cc7caa29920 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 20 Apr 2007 13:22:27 +0000 Subject: exec rc-abort --- init.d/checkfs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.d/checkfs') diff --git a/init.d/checkfs b/init.d/checkfs index da3dc39f..7531ab78 100755 --- a/init.d/checkfs +++ b/init.d/checkfs @@ -51,8 +51,7 @@ do_checkfs() { if [ ${retval} -gt 3 ] ; then eend 2 "Fsck could not correct all errors, manual repair needed" - rc-abort - exit 1 + exec rc-abort || exit 1 fi fi -- cgit v1.2.3