diff --git a/templates/nextcloud-onlyoffice-config.yaml b/templates/nextcloud-onlyoffice-config.yaml
index 70aec0c1d1a6a86487aa25131650f27cfa85e8e3..d6294791ce53f2533976e4c60c2d9c6a6d80ef80 100644
--- a/templates/nextcloud-onlyoffice-config.yaml
+++ b/templates/nextcloud-onlyoffice-config.yaml
@@ -106,7 +106,7 @@ data:
       # If the above url results in a 404, curl will not complain and store the
       # body of the 404 in the file :/. So we check here whether we actually
       # got a valid archive; `tar` will fail if not.
-      tar -tf "{{ .name }}.tar.gz"
+      tar -tf "{{ .name }}.tar.gz" >/dev/null
       # Remove old version of the app
       if [[ -d "$target_directory/{{ .name }}" ]]
       then