diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-14 16:57:21 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-14 16:57:21 -0800 |
commit | 302379b438aaa9c5411a9fbc4c469a78c809e0f8 (patch) | |
tree | de323b4cd8eb7283109217720b690364ec2af185 | |
parent | 6b2468116a7eb2786f8bb449d8c49af3dd3ac357 (diff) | |
parent | 2c66f67488d4b5e305a0ad79b9e2cf3591fcdd38 (diff) | |
download | vyatta-cfg-quagga-302379b438aaa9c5411a9fbc4c469a78c809e0f8.tar.gz vyatta-cfg-quagga-302379b438aaa9c5411a9fbc4c469a78c809e0f8.zip |
Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-cfg-system into kenwood
-rwxr-xr-x | scripts/install/install-get-partition | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index 9eebc307..3e35f4b1 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -457,9 +457,8 @@ save_old_keys() { fi # reset modes on keys (should already be set) - chmod 600 /mnt/ssh/*_key - chmod 644 /mnt/ssh/*.pub - chown root /mnt/ssh/* + chmod 600 /mnt/ssh/*_key 2>&1 + chmod 644 /mnt/ssh/*.pub 2>&1 fi } |