all repos — listfix @ 360adcb1c6870f31eb1f793b18609cb4e35c630a

Postfix Mailing List Software; Maintained on behalf the of Agency Economy Incorporated NFP.

Use command prompts before commands.

	modified:   README.md
Brian Barto bartobrian@gmail.com
Wed, 20 Apr 2022 14:43:01 -0400
commit

360adcb1c6870f31eb1f793b18609cb4e35c630a

parent

1f7f52006a7aa0cfa01b4cc7bd2e3b5985ef621a

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M README.mdREADME.md

@@ -217,8 +217,8 @@ which is the group for the default user 'nobody'. This will allow the user

'nobody' to write to this file. ``` -chmod 664 listfix.json -sudo chown brian:nogroup listfix.json +$ chmod 664 listfix.json +$ sudo chown brian:nogroup listfix.json ``` ##### listfix.log

@@ -229,8 +229,8 @@ make teh same permission changes to this file so that the user 'nobody' can

write to it. ``` -chmod 664 listfix.log -sudo chown brian:nogroup listfix.log +$ chmod 664 listfix.log +$ sudo chown brian:nogroup listfix.log ``` License