mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 13:23:44 +00:00
Don't hide errors
This commit is contained in:
@ -114,8 +114,8 @@ if [ "$PLATFORM" = "Darwin" ] ; then
|
|||||||
echo
|
echo
|
||||||
echo Unloading the default crash reporter
|
echo Unloading the default crash reporter
|
||||||
SL=/System/Library; PL=com.apple.ReportCrash
|
SL=/System/Library; PL=com.apple.ReportCrash
|
||||||
launchctl unload -w ${SL}/LaunchAgents/${PL}.plist >/dev/null 2>&1
|
launchctl unload -w ${SL}/LaunchAgents/${PL}.plist
|
||||||
sudo launchctl unload -w ${SL}/LaunchDaemons/${PL}.Root.plist >/dev/null 2>&1
|
sudo launchctl unload -w ${SL}/LaunchDaemons/${PL}.Root.plist
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
echo It is recommended to disable System Integrity Protection for increased performance.
|
echo It is recommended to disable System Integrity Protection for increased performance.
|
||||||
|
Reference in New Issue
Block a user