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 a1f3083 commit 6e8cf02Copy full SHA for 6e8cf02
ipu-plugin/pkg/ipuplugin/lifecycleservice.go
@@ -731,7 +731,7 @@ retry=0
731
while [[ \${ran_cmds} -eq 0 ]] ; do
732
sync
733
sleep 4
734
-cli_entry=(\$(cli_client -qc | grep "fn_id: 0x4 .* vport_id \${ACC_VPORT_ID}" | sed 's/: / /g' | sed 's/addr //g'))
+cli_entry=(\$(cli_client -qc | grep "fn_id: 0x4 .* vport_id \${ACC_VPORT_ID} " | sed 's/: / /g' | sed 's/addr //g'))
735
if [ \${#cli_entry[@]} -gt 1 ] ; then
736
737
for (( id=0 ; id<\${#cli_entry[@]} ; id+=2 )) ; do
0 commit comments