summaryrefslogtreecommitdiff
path: root/scripts/install/install-get-partition
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-09 10:34:29 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-03-09 10:34:29 -0800
commiteda28eadc0e429150a6575f4de99ea6ea1101000 (patch)
tree232d08d086cfcde66d8c6441e55b6d9bca425718 /scripts/install/install-get-partition
parent0dbc66ed17d3a18f540d24e3e143089a7dc26f1e (diff)
parent2dab8bb6de2faefd3a9289647a150d04116d4500 (diff)
downloadvyatta-cfg-system-eda28eadc0e429150a6575f4de99ea6ea1101000.tar.gz
vyatta-cfg-system-eda28eadc0e429150a6575f4de99ea6ea1101000.zip
Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur
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
}