diff options
Diffstat (limited to 'bundles/containers/files/etc/periodic/15min')
| -rwxr-xr-x | bundles/containers/files/etc/periodic/15min/podman-healthcheck | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bundles/containers/files/etc/periodic/15min/podman-healthcheck b/bundles/containers/files/etc/periodic/15min/podman-healthcheck deleted file mode 100755 index 7aa6d41..0000000 --- a/bundles/containers/files/etc/periodic/15min/podman-healthcheck +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eu -/bin/podman-healthcheck >/dev/null 2>&1 -exit 0 |