diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-17 20:42:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 20:42:52 +0200 |
commit | 0ba696d977fc8e0321fa11655af69560a90236f5 (patch) | |
tree | 4762ac6e89efbd41dde676cbf484b4f3ca70bea3 | |
parent | b451749b74a33a04af3bc69d499bba069c5c2615 (diff) | |
parent | 34dc0fb63d7367ac61fc529411e97cf6df6d1812 (diff) | |
download | vyatta-cfg-system-0ba696d977fc8e0321fa11655af69560a90236f5.tar.gz vyatta-cfg-system-0ba696d977fc8e0321fa11655af69560a90236f5.zip |
Merge pull request #149 from erkin/current
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... |