init: add missing eend to /run mount #554

Fixes #554.
This commit is contained in:
Mike Frysinger 2023-01-15 14:58:27 -05:00
parent dd05e60ced
commit ec04e08707
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ elif ! mountinfo -q /run; then
exit 1
fi
fi
eend
fi
checkpath -d "$RC_SVCDIR"