From f7850ec5d8e49f2b5e9198e43496ac831bf17f0a Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 27 Oct 2021 17:37:18 -0400 Subject: [PATCH] Remember to always stay positive --- Rocky-8-Container.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocky-8-Container.ks b/Rocky-8-Container.ks index e48646b..6132caf 100644 --- a/Rocky-8-Container.ks +++ b/Rocky-8-Container.ks @@ -92,6 +92,6 @@ systemctl mask \ rm -f /etc/udev/hwdb.bin rm -rf /usr/lib/udev/hwdb.d/ \ /boot /var/lib/dnf/history.* \ - /tmp/* /tmp/.* + /tmp/* /tmp/.* || true %end