Skip to content

Commit bfc4a81

Browse files
martinpittjelly
authored andcommitted
containers/ws: Drop obsolete install checks for cockpit
Since commit ab36148 the cockpit/ws container offers beibooting, so we don't require the bridge and cockpit pages on the host any more.
1 parent b795dde commit bfc4a81

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

containers/ws/label-install

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ if [ ! -d /host/etc -o ! -d /host/proc -o ! -d /host/var/run ]; then
1414
echo "cockpit-run: host file system is not mounted at /host" >&2
1515
exit 1
1616
fi
17-
if [ ! -f /host/usr/bin/cockpit-bridge ]; then
18-
echo "cockpit-run: cockpit-bridge must be installed in the host" >&2
19-
exit 1
20-
fi
21-
if [ ! -d /host/usr/share/cockpit ]; then
22-
echo "cockpit-run: cockpit-system and other resources must be installed in the host" >&2
23-
exit 1
24-
fi
2517
if [ -f /host/usr/libexec/cockpit-ws ]; then
2618
echo "cockpit-ws must not be installed in the host" >&2
2719
exit 1

0 commit comments

Comments
 (0)