librenms/daily.sh

6 lines
92 B
Bash
Raw Normal View History

#!/bin/bash
if [ $(php daily.php -f update) -eq 1 ]; then
git pull --no-edit --quiet
fi