mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
1.2.0 release changed the tarball file layout for the Kata artifacts. Adjust scripts accordingly. Fixes: #142 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
echo "deleting kata artifacts"
|
|
rm -rf /opt/kata/
|
|
mv /etc/crio/crio.conf.bak /etc/crio/crio.conf
|