summaryrefslogtreecommitdiff
path: root/scripts/install/install-get-partition
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2010-03-08 14:16:53 -0800
committerBob Gilligan <gilligan@vyatta.com>2010-03-08 14:16:53 -0800
commitf457da66e387d10a71ae823ce55e7a4c69f87ed2 (patch)
treea2f85d7b7efcc5520674880f4e953c62b9340174 /scripts/install/install-get-partition
parent3d74a5cb968f18926899b9552320d6c90d4e32bd (diff)
downloadvyatta-cfg-system-f457da66e387d10a71ae823ce55e7a4c69f87ed2.tar.gz
vyatta-cfg-system-f457da66e387d10a71ae823ce55e7a4c69f87ed2.zip
Bugfix 5414: Use correct install root reference when copying back SSH keys.
Diffstat (limited to 'scripts/install/install-get-partition')
-rwxr-xr-xscripts/install/install-get-partition3
1 files changed, 3 insertions, 0 deletions
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
}