diff options
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 |