StackStorm / st2-rbac-backend

RBAC backend for StackStorm (previously part of EWC aka StackStorm Enteprise)
https://docs.stackstorm.com/latest/rbac.html
Apache License 2.0
5 stars 12 forks source link

Fix lsb_release error when make rpm on centos system #42

Closed m4dcoder closed 3 years ago

m4dcoder commented 3 years ago

When running make rpm on CentOS/RHEL system, the make command fails with error saying lsb_release command is not valid. Minor fix here to return true and return empty string. The next command to detect redhat distro will succeed and determine the command is running on CentOS/RHEL.