From 34dc0fb63d7367ac61fc529411e97cf6df6d1812 Mon Sep 17 00:00:00 2001 From: erkin Date: Sun, 13 Jun 2021 22:11:36 +0300 Subject: T3356: Remove redundant error message --- scripts/install/install-image | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install/install-image b/scripts/install/install-image index 451ae285..328682fa 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -123,7 +123,6 @@ fetch_iso_by_url () echo "Checking for digital signature file..." download_file "${filename}.asc" "${NEW_ISO}.asc" if [ $? -ne 0 ]; then - echo "Unable to fetch digital signature file." echo -n "Do you want to continue without signature check? (yes/no) [yes] " # In case signature file was partially downloaded... -- cgit v1.2.3