#!/bin/bash # script/update: set -e cd "$(dirname "$0")/.." source version echo "==> Stopping and removing pod kontor" if podman pod exists kontor; then podman pod stop kontor fi #script/cibuild script/setup