PaloAltoNetworks / minemeld

Main MineMeld documentation repo
380 stars 64 forks source link

Typo in path for supervisorctl command #14

Closed bilalbox closed 6 years ago

bilalbox commented 6 years ago

Luigi,

Please update the Wiki under Building the Core VM step 10 which currently reads:

sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/local/supervisor/config/supervisord.conf status

To read instead:

sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/local/supervisor/config/supervisord.conf status

The supervisor directory is actually right under /opt/minemeld, not /opt/minemeld/local/. This will help users that aren't familiar with the path troubleshoot the error they will receive if they run that command as is:

Error: could not find config file /opt/minemeld/local/supervisor/config/supervisord.conf For help, use /opt/minemeld/engine/current/bin/supervisorctl -h

Thanks! Nasir

jtschichold commented 6 years ago

Fixed ! Thanks ! It was still referring to the old path.