Ignore:
Timestamp:
02/20/18 17:12:41 (6 years ago)
Author:
nanardon
Message:

No ',' after login name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Buildnet.pm

    r2128 r2130  
    938938            my $fmac = $mac; 
    939939            $fmac =~ s/://g; 
    940             $output .= sprintf("%s, ClearText-Password := \"%s\"\n", lc($fmac), lc($fmac)); 
     940            $output .= sprintf("%s ClearText-Password := \"%s\"\n", lc($fmac), lc($fmac)); 
    941941            $output .= join (",\n", map { "    $_" } @parameters) . "\n" if(@parameters); 
    942942            $output .= "\n"; 
Note: See TracChangeset for help on using the changeset viewer.