From f716f34b6dbca2ee8cbf8c4b6614ae8b644ac7df Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Wed, 12 Jul 2023 14:51:12 +0200 Subject: [PATCH] container toolbox more comments Signed-off-by: Tomas Hrcka --- fedora-container-toolbox.ks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks index 404f544..357842e 100644 --- a/fedora-container-toolbox.ks +++ b/fedora-container-toolbox.ks @@ -141,9 +141,9 @@ set -eux # fi #done -if [ "$ret_val" -ne 0 ]; then - false -fi +#if [ "$ret_val" -ne 0 ]; then +# false +#fi # Clean up dnf cache dnf clean all