revert. looking for better solution
This commit is contained in:
parent
25cbd91818
commit
fe8abe8938
@ -74,7 +74,7 @@ case "${#containers[@]}" in
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
container=$(echo "$cont_search" | grep ^"$selection)" | awk '{print $2}')
|
container=$(echo "$cont_search" | grep ^"$selection)" | awk '{print $2}')
|
||||||
container_id=$(echo "$search" | grep -E "[[:space:]]${container}[[:space:]]" | grep "${pod_id[0]}" | awk '{print $1}')
|
container_id=$(echo "$search" | grep -E "[[:space:]]${container}[[:space:]]" | awk '{print $1}')
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
while true
|
while true
|
||||||
|
Loading…
Reference in New Issue
Block a user