diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-09 01:09:26 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-09 01:09:26 +0300 |
commit | 1a572d674b2c94bbe5b094f563c4875c77575227 (patch) | |
tree | 1bcfe25742778bc6fc3e6c2afe48dcb8831265ec /full_test_with_podman.sh | |
parent | d87f068afea828ecec6b56269a9134f7eaf70b11 (diff) | |
download | arching-kaos-tools-1a572d674b2c94bbe5b094f563c4875c77575227.tar.gz arching-kaos-tools-1a572d674b2c94bbe5b094f563c4875c77575227.tar.bz2 arching-kaos-tools-1a572d674b2c94bbe5b094f563c4875c77575227.zip |
bugfix
Diffstat (limited to 'full_test_with_podman.sh')
-rwxr-xr-x | full_test_with_podman.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |