mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #309 from laf/issue-laf-55
Removed --no-edit for git pull, not a valid command before git 1.7.10
This commit is contained in:
2
daily.sh
2
daily.sh
@@ -3,7 +3,7 @@
|
|||||||
cd $(dirname $0) || exit 1
|
cd $(dirname $0) || exit 1
|
||||||
|
|
||||||
if [ $(php daily.php -f update) -eq 1 ]; then
|
if [ $(php daily.php -f update) -eq 1 ]; then
|
||||||
git pull --no-edit --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