Skip to content

Commit

Permalink
Fix brain aneurism
Browse files Browse the repository at this point in the history
  • Loading branch information
RodoMa92 authored Aug 28, 2023
1 parent fdd9c6a commit 040d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/install_prerelease.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 040d5c0

Please sign in to comment.