mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
fixup
This commit is contained in:
@@ -5,7 +5,7 @@ set -eu
|
|||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
up=$(php daily.php -f update >&2; echo $?)
|
up=$(php daily.php -f update >&2; echo $?)
|
||||||
if [ $up -eq 1 ]; then
|
if [ "$up" -eq 1 ]; then
|
||||||
git pull --quiet
|
git pull --quiet
|
||||||
php includes/sql-schema/update.php
|
php includes/sql-schema/update.php
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user