diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-19 17:21:22 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-19 17:21:22 -0800 |
commit | ad3043d38a0c6a1123e82a994dd395e0f8c89ea4 (patch) | |
tree | 8d2e9b1a19f77082238d45964e67fd7b40701d80 /scripts/install | |
parent | 6feb00807447d77299236a758f76c134f2b30f5b (diff) | |
download | vyatta-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-x | scripts/install/install-get-partition | 2 |
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 |