enterprisemediawiki / meza

Setup an enterprise MediaWiki server with simple commands
MIT License
41 stars 27 forks source link

Check if apache group exists before setting as group for lock file #1217

Closed jamesmontalvo3 closed 5 years ago

jamesmontalvo3 commented 5 years ago

Changes

1208 set group apache for the deploy lock file. This is great for future ability to unlock the deploy via the web interface, but unfortunately it makes it impossible to deploy initially since group apache doesn't exist initially. This PR adds a check for whether the apache group exists, and if not it sets the group to wheel.

Issues

Post-merge actions

None