This is an automated email from the git hooks/post-receive script.
humaton pushed a commit to branch main
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push:
new f716f34 container toolbox more comments
f716f34 is described below
commit f716f34b6dbca2ee8cbf8c4b6614ae8b644ac7df
Author: Tomas Hrcka <thrcka(a)redhat.com>
AuthorDate: Wed Jul 12 14:51:12 2023 +0200
container toolbox more comments
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com>
---
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.