mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-05 23:44:21 +01: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
|