Skip to content

sentinel-certgen: fix invalid hashbang in script

Karel Koci requested to merge fix-sbin-python into master

Installing script to /usr/sbin makes it so it is ignored by python package install script and invalid hashbang is preserved in script it self.

This unfortunatelly means that only viable place for python entry-point scripts to be is expected /usr/bin path.

Merge request reports