diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-15 14:58:27 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-15 14:58:27 -0500 |
commit | ec04e087077c8e8c643fea94d0a16fbafde7badc (patch) | |
tree | 7ba659fe466294bc00d5798696d82e498795eb27 /sh | |
parent | dd05e60ced21d52ff1ada856d213733a958e224a (diff) |
init: add missing eend to /run mount #554
Fixes #554.
Diffstat (limited to 'sh')
-rw-r--r-- | sh/init.sh.Linux.in | 1 |
1 files changed, 1 insertions, 0 deletions
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" |