diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-01-26 12:01:44 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-01-26 12:01:44 -0800 |
commit | a753a78ad8a3278e1093c0fc427d834883b010cf (patch) | |
tree | 566536b1272309555f8c2ce67a36a60e11956264 /scripts/install | |
parent | a2029cb9073ea4d89a0b50f8c9f833c97daebc80 (diff) | |
download | vyatta-cfg-quagga-a753a78ad8a3278e1093c0fc427d834883b010cf.tar.gz vyatta-cfg-quagga-a753a78ad8a3278e1093c0fc427d834883b010cf.zip |
Bugfix 5232: Correctly handle case where user doesn't want to save SSH keys
Diffstat (limited to 'scripts/install')
-rwxr-xr-x | scripts/install/install-get-partition | 1 |
1 files changed, 1 insertions, 0 deletions
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 |