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