From a753a78ad8a3278e1093c0fc427d834883b010cf Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Tue, 26 Jan 2010 12:01:44 -0800 Subject: Bugfix 5232: Correctly handle case where user doesn't want to save SSH keys --- scripts/install/install-get-partition | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index cc1c229b..a71704af 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -488,6 +488,7 @@ save_image_keys() { response=$(get_response "Yes" "Yes No Y N") if [ "$response" != "yes" ] && [ "$response" != "y" ]; then echo "OK. SSH keys not saved." + return fi mkdir -p /mnt/ssh -- cgit v1.2.3