Don't hide errors

This commit is contained in:
Samuel E. Moelius III
2023-08-19 08:43:47 -04:00
parent 53c26d086b
commit 80f74934dd

View File

@ -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.