diff --git a/root/etc/e-smith/db/configuration/migrate/nutPass b/root/etc/e-smith/db/configuration/migrate/nutPass index 0951ee0..89a3096 100644 --- a/root/etc/e-smith/db/configuration/migrate/nutPass +++ b/root/etc/e-smith/db/configuration/migrate/nutPass @@ -2,7 +2,7 @@ use MIME::Base64 qw(encode_base64); my $nutrec = $DB->get('nut') || $DB->new_record('nut', {type => 'service'}); -  # migrate old + # migrate old $nutrec->set_prop('PrimaryPass',$DB->get_prop_and_delete('nut', MasterPass)) if (exists $nut{'MasterPass'}); $nutrec->set_prop('SecondaryPass',$DB->get_prop_and_delete('nut', SlavePass)) if (exists $nut{'SlavePass'});