We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b795dde commit bfc4a81Copy full SHA for bfc4a81
containers/ws/label-install
@@ -14,14 +14,6 @@ if [ ! -d /host/etc -o ! -d /host/proc -o ! -d /host/var/run ]; then
14
echo "cockpit-run: host file system is not mounted at /host" >&2
15
exit 1
16
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
24
25
if [ -f /host/usr/libexec/cockpit-ws ]; then
26
echo "cockpit-ws must not be installed in the host" >&2
27
0 commit comments