continuing work on hyprland build
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -x
|
||||
|
||||
[[ -f ./lib.sh ]] && source ./lib.sh || exit 1
|
||||
|
||||
ssh-keygen -R "[127.0.0.1]:2222"
|
||||
|
||||
for os in ${OSBUILDS[@]}
|
||||
do
|
||||
if podman container exists ${IMAGE}:${os}
|
||||
if podman container exists ${CONTAINER}_${os}
|
||||
then
|
||||
podman stop ${IMAGE}:${os}
|
||||
podman stop ${CONTAINER}_${os}
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user