Skip to content

Commit 1e1921f

Browse files
committed
AGENT-1205: Update agent-installer-ui tar path
The tar file path was changed in openshift/agent-installer-utils#132 when the image was switched to agent-installer-ui. The path to the tar file in agent-extract-tui.service now needs to be updated.
1 parent 3b1baa0 commit 1e1921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/agent/systemd/units/agent-extract-tui.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Type=oneshot
1010
# Temporarily load assisted-install-ui here. It was previously in agent-extract-tui.service in the
1111
# agent-install-utils repo but that service is being removed.
1212
# TODO: Remove after assisted-install-ui is productized.
13-
ExecStartPre=/bin/bash -c "podman tag $(podman load -q -i /run/media/iso/images/assisted-install-ui/assisted-install-ui.tar | awk '{print $NF}') localhost/agent-installer-ui:latest"
13+
ExecStartPre=/bin/bash -c "podman tag $(podman load -q -i /run/media/iso/images/agent-installer-ui/agent-installer-ui.tar | awk '{print $NF}') localhost/agent-installer-ui:latest"
1414
ExecStart=/usr/local/bin/agent-extract-tui.sh
1515
TimeoutStartSec=0
1616

0 commit comments

Comments
 (0)