Skip to content

Commit 959a617

Browse files
author
Joshua Hoblitt
committed
more README commas for fun and profit
1 parent 8be02d1 commit 959a617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
3434
config => {
3535
ipv4only => 'Yes',
3636
passiveportrange => '49999:59999',
37-
}
37+
},
3838
}
3939

4040
### Enabling LDAP authentication
@@ -60,7 +60,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
6060
ldapdefaultgid => '100',
6161
ldapusetls => 'False',
6262
ldapauthmethod => 'PASSWORD',
63-
}
63+
},
6464
}
6565

6666
### Enabling PGSQL authentication
@@ -90,5 +90,5 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
9090
pgsqlgetratiodl => 'SELECT DLRatio FROM users WHERE User=\'\L\'',
9191
pgsqlgetbandwidthul => 'SELECT ULBandwidth FROM users WHERE User=\'\L\'',
9292
pgsqlgetbandwidthdl => 'SELECT DLBandwidth FROM users WHERE User=\'\L\'',
93-
}
93+
},
9494
}

0 commit comments

Comments
 (0)