We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04a2f1 + 6dffcae commit 97bf32dCopy full SHA for 97bf32d
macOS/Config/Uninstall Apple Bloatware Apps/UninstallAppleBloatwareApps.zsh
@@ -116,7 +116,7 @@ echo ""
116
if [ "$abmcheck" = true ]; then
117
echo "$(date) | Checking MDM Profile Type"
118
profiles status -type enrollment | grep "Enrolled via DEP: Yes"
119
- if [ ! $? == 0 ]; then
+ if [[ ! $? == 0 ]]; then
120
echo "$(date) | This device is not ABM managed"
121
exit 0;
122
else
@@ -158,4 +158,4 @@ fi
158
159
# Closing script
160
echo "$(date) | Done. Closing script..."
161
-exit 0
+exit 0
0 commit comments