mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/bash
|
|
|
|
/usr/sbin/update-sarg-reports monthly >/dev/null 2>&1
|
|
|
|
exit 0
|