From 773d588232229d01c256171b3d10e88b788de2d7 Mon Sep 17 00:00:00 2001 From: juronja <101410098+juronja@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:26:25 +0000 Subject: [PATCH] removed info message --- vm/truenas-vm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/truenas-vm.sh b/vm/truenas-vm.sh index 7f46ce73d..675a4de7a 100644 --- a/vm/truenas-vm.sh +++ b/vm/truenas-vm.sh @@ -296,7 +296,6 @@ function advanced_settings() { fi done - msg_info "Fetching iso list from https://download.truenas.com/" ISOARRAY=() while read -r ISOPATH; do FILENAME=$(basename "$ISOPATH")