mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
9 lines
143 B
Bash
9 lines
143 B
Bash
#!/bin/bash
|
|
|
|
if [ $(php daily.php -f update) -eq 1 ]; then
|
|
git pull --no-edit --quiet
|
|
fi
|
|
|
|
php daily.php -f syslog
|
|
php daily.php -f eventlog
|