From 1a572d674b2c94bbe5b094f563c4875c77575227 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 9 Jun 2024 01:09:26 +0300 Subject: bugfix --- full_test_with_podman.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'full_test_with_podman.sh') diff --git a/full_test_with_podman.sh b/full_test_with_podman.sh index 4412041..3d30acb 100755 --- a/full_test_with_podman.sh +++ b/full_test_with_podman.sh @@ -7,6 +7,7 @@ then container="akt-test-$name" podman run --name $container -d $tag podman exec -it $container bash + podman container stop $container podman container rm $container else echo "Provide one of the following distros as an argument to work with" -- cgit v1.2.3