ndejong / pfsense_fauxapi

REST based API interface for pfSense 2.3.x and 2.4.x to facilitate devops
Apache License 2.0
354 stars 61 forks source link

Nasty typo in apikey_value generation sample code in README #11

Closed mriedmann closed 7 years ago

mriedmann commented 7 years ago

Took me some time to find the problem:

From README.md:

echo PPFA`head /dev/urandom | base64 -w0 | tr -d /+= | head -c 20`

Should be:

echo PFFA`head /dev/urandom | base64 -w0 | tr -d /+= | head -c 20`
ndejong commented 7 years ago

Yikes! documentation errors are the worst. Thanks a for reporting, docs have been updated and new package has been rolled