diff --git a/pages/mac/index.html b/pages/mac/index.html index 2c90fcab..f2a6d30e 100644 --- a/pages/mac/index.html +++ b/pages/mac/index.html @@ -525,7 +525,8 @@

CLI Notification

/usr/bin/osascript -e 'display notification "Soon Eve will turn off WiFi Router" sound name "Sosumi"' - crontab -e + crontab -e + # WARNING:run as a regular user # just before midnight 57 23 * * * /usr/bin/osascript -e 'display notification "Check Eve schedule" sound name "Sosumi"' >/dev/null 2>&1