Skip to content

Commit

Permalink
T885 Bug in add system image signature check confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
EwaldvanGeffen authored and c-po committed Oct 15, 2018
1 parent 1730cfe commit 6b97932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/install-image
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fetch_iso_by_url ()
if [ $? -ne 0 ]; then
echo "Signature check FAILED."
echo -n "Do you want to continue anyway? (yes/no) [no] "
response=$(get_response "Yes" "Yes No Y N")
response=$(get_response "No" "Yes No Y N")
if [ "$response" == "no" ] || [ "$response" == "n" ]; then
fail_exit 'OK. Installation will not be performed.'
fi
Expand Down

0 comments on commit 6b97932

Please sign in to comment.