You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
echo "Available space is less than 20GB. Total $free GB"
# Alert user via kandji CLI - comment next line to disable alert to user
sudo /usr/local/bin/kandji display-alert --title "Low Disk Space" --message "Your Macbook's Hard Drive is running low on space (< 20GB free). This might cause performance issues. Please delete some unnecessary files if possible. For further assistance contact IT ."
exit 1
else
echo "Enough free space on system. Total $free GB."