From ec04e087077c8e8c643fea94d0a16fbafde7badc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Jan 2023 14:58:27 -0500 Subject: [PATCH] init: add missing eend to /run mount #554 Fixes #554. --- sh/init.sh.Linux.in | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index e8afc1fb..a4225197 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -79,6 +79,7 @@ elif ! mountinfo -q /run; then exit 1 fi fi + eend fi checkpath -d "$RC_SVCDIR"