#!/bin/sh set -e if podman container exists nginx 2>/dev/null then podman kill --signal HUP nginx fi