Skip to content

Commit

Permalink
Fix n. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RodoMa92 committed Aug 28, 2023
1 parent 040d5c0 commit 87602ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/install_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ curl -L $DOWNLOADURL --output ${HOMEBREW_FOLDER}/services/PluginLoader
chmod +x ${HOMEBREW_FOLDER}/services/PluginLoader

echo "Check for SELinux presence and if it is present, set the correct permission on the binary file..."
hash getenforce 2>/dev/null && getenforce | grep "Enforcing" >/dev/null && setenforce -t bin_t ${HOMEBREW_FOLDER}/services/PluginLoader
hash getenforce 2>/dev/null && getenforce | grep "Enforcing" >/dev/null && chcon -t bin_t ${HOMEBREW_FOLDER}/services/PluginLoader

echo $VERSION > ${HOMEBREW_FOLDER}/services/.loader.version

Expand Down

0 comments on commit 87602ee

Please sign in to comment.