From 82101b4e8eeef12c84cbea16ca0bfef75ecf3b52 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 3 May 2016 11:09:12 -0400 Subject: [PATCH] init: pull cockpit from the rhel7 registry --- libexec/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/init b/libexec/init index 8e7b425..f8793e8 100755 --- a/libexec/init +++ b/libexec/init @@ -140,7 +140,7 @@ bottom_pane() { fi rc=0 - atomic run cockpit/ws || rc=$? + atomic run registry.access.redhat.com/rhel7/cockpit-ws || rc=$? echo $rc > /run/atomic-devmode-cockpit.rc journalctl -f } -- 2.5.0