commit 21e4e48dabb65c3ea9c1e23cc2b5039da4452cb7 parent 851adffaa25b16a71d87e3e801948d380b76194d Author: Jan Pobříslo <ccx@te2000.cz> Date: Sat, 25 Jun 2022 22:05:37 +0200 Checksum quietly Diffstat:
M | zsh-functions/confz_containers_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -501,7 +501,7 @@ confz_container_download_and_verify_check() { $vars[url] ) (cd $download_dir && - $vars[checksum_algo]sum -c <<<"$vars[checksum] $vars[filename]") + $vars[checksum_algo]sum --quiet -c <<<"$vars[checksum] $vars[filename]") } confz_container_generic_layout_check() {