summaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-19 17:21:22 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-19 17:21:22 -0800
commitad3043d38a0c6a1123e82a994dd395e0f8c89ea4 (patch)
tree8d2e9b1a19f77082238d45964e67fd7b40701d80 /scripts/install
parent6feb00807447d77299236a758f76c134f2b30f5b (diff)
downloadvyatta-cfg-system-ad3043d38a0c6a1123e82a994dd395e0f8c89ea4.tar.gz
vyatta-cfg-system-ad3043d38a0c6a1123e82a994dd395e0f8c89ea4.zip
Fix typo in install-image
This could fix Bug 5151 There was a typo in script that saved old config
Diffstat (limited to 'scripts/install')
-rwxr-xr-xscripts/install/install-get-partition2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition
index 08268b16..cc1c229b 100755
--- a/scripts/install/install-get-partition
+++ b/scripts/install/install-get-partition
@@ -523,7 +523,7 @@ save_old_info() {
if [ -f /mnt/tmp/opt/vyatta/etc/config/.vyatta_config ] \
|| [ -f /mnt/tmp/.vyatta_config ]; then
save_old_config $1
- coped=1
+ copied=1
fi
if [ -d /mnt/tmp/etc/ssh ]; then