Skip to content

Commit

Permalink
containers/ws: Drop obsolete install checks for cockpit
Browse files Browse the repository at this point in the history
Since commit ab36148 the cockpit/ws container offers beibooting, so
we don't require the bridge and cockpit pages on the host any more.
  • Loading branch information
martinpitt authored and jelly committed Oct 22, 2024
1 parent b795dde commit bfc4a81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions containers/ws/label-install
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ if [ ! -d /host/etc -o ! -d /host/proc -o ! -d /host/var/run ]; then
echo "cockpit-run: host file system is not mounted at /host" >&2
exit 1
fi
if [ ! -f /host/usr/bin/cockpit-bridge ]; then
echo "cockpit-run: cockpit-bridge must be installed in the host" >&2
exit 1
fi
if [ ! -d /host/usr/share/cockpit ]; then
echo "cockpit-run: cockpit-system and other resources must be installed in the host" >&2
exit 1
fi
if [ -f /host/usr/libexec/cockpit-ws ]; then
echo "cockpit-ws must not be installed in the host" >&2
exit 1
Expand Down

0 comments on commit bfc4a81

Please sign in to comment.