diff options
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 | 
