From 4482ae9e0b359eca042e4c2818d740ccb24ebd50 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 11:31:08 -0400 Subject: apparently go duration strings don't allow days --- modules/podman/files/podman-prune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/podman/files/podman-prune b/modules/podman/files/podman-prune index 119963c..ab49b20 100644 --- a/modules/podman/files/podman-prune +++ b/modules/podman/files/podman-prune @@ -1,3 +1,3 @@ #!/bin/sh -podman system prune -f --filter until=7d +podman system prune -f --filter until=168h -- cgit v1.2.3-54-g00ecf