diff options
author | erkin <e.altunbas@vyos.io> | 2021-06-13 22:11:36 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-06-13 22:11:36 +0300 |
commit | 34dc0fb63d7367ac61fc529411e97cf6df6d1812 (patch) | |
tree | 8cae35a465a734ad9913f919ba05450fb8accce6 | |
parent | a31b092a4f6297cf13261023cb17e8c8e1e6b315 (diff) | |
download | vyatta-cfg-system-34dc0fb63d7367ac61fc529411e97cf6df6d1812.tar.gz vyatta-cfg-system-34dc0fb63d7367ac61fc529411e97cf6df6d1812.zip |
T3356: Remove redundant error message
-rwxr-xr-x | scripts/install/install-image | 1 |
1 files changed, 0 insertions, 1 deletions
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... |