From f457da66e387d10a71ae823ce55e7a4c69f87ed2 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Mon, 8 Mar 2010 14:16:53 -0800 Subject: Bugfix 5414: Use correct install root reference when copying back SSH keys. --- scripts/install/install-get-partition | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/install/install-get-partition') diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index f6977850..250cec68 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -467,6 +467,9 @@ save_old_keys() { # reset modes on keys (should already be set) chmod 600 /mnt/ssh/*_key 2>&1 chmod 644 /mnt/ssh/*.pub 2>&1 + echo "SSH keys have been saved." + else + echo "OK. SSH keys not saved." fi } -- cgit v1.2.3