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.
2 parents bad1b52 + d0203e2 commit c44c956Copy full SHA for c44c956
data/data/agent/files/usr/local/bin/agent-extract-tui.sh
@@ -12,7 +12,7 @@ container_id=$(podman create "$AGENT_INSTALLER_UTILS_IMAGE")
12
mnt=$(podman mount "$container_id")
13
14
cp "${mnt}/usr/bin/agent-tui" /usr/local/bin
15
-cp "${mnt}/usr/lib64/libnmstate.so.*" /usr/local/lib
+find "${mnt}/usr/lib64" -name "libnmstate*" -exec cp -a -t /usr/local/lib {} +
16
17
podman unmount "$container_id"
18
podman rm "$container_id"
0 commit comments