Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

cron keeps emailing me

Featured Replies

in crontab -l i see that it will send the cron output to my email unless i do >/dev/null which i did.

 

crontab entry:

 

*/15 * * * * /mnt/cache/.apps/scripts/out_top.sh >/dev/null

 

my script is basically just a curl command, i tried putting >/dev/null also at the end of the curl command in my script, but it still keeps emailing me (or at least tries to) the output such as:

 

Dload  Upload  Total  Spent    Left  Speed

#015  0    0    0    0    0    0      0      0 --:--:-- --:--:-- --:--:--    0#015100  108    0    0  100  108      0    88  0:00:01  0:00:01 --:--:--    89#015100  636    0  528  100  108    284    58  0:00:01  0:00:01 --:--:--  287#015100  636    0  528  100  108    284    58  0:00:01  0:00:01 --:--:-- 

 

any way to suppress this? i also tried /dev/null 2>&1 in my actual script and also in the crontab entry with same results.

  • Author

i think i found what i needed.

 

curl --silent

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.