From ad3043d38a0c6a1123e82a994dd395e0f8c89ea4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 19 Jan 2010 17:21:22 -0800 Subject: Fix typo in install-image This could fix Bug 5151 There was a typo in script that saved old config --- scripts/install/install-get-partition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3