Skip to content

Commit 8ba80ab

Browse files
committed
Update root crontab
- fw_update(1)
1 parent 4c99ce8 commit 8ba80ab

File tree

1 file changed

+1
-1
lines changed
  • src/var/cron/tabs

1 file changed

+1
-1
lines changed

src/var/cron/tabs/root

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ HOME=/var/log
1919
30 5 1 * * /bin/sh /etc/monthly
2020
#0 * * * * sleep $((RANDOM \% 2048)) && /usr/libexec/spamd-setup
2121
# list available patches
22-
30 9 * * * syspatch -c; fw_update -i
22+
30 9 * * * syspatch -c; fw_update -i | grep -v Installed
2323
# send reboot notification
2424
@reboot echo "Reboot $(date)"

0 commit comments

Comments
 (0)