Post-update autocommit on boot at 2015-08-04 11:17
This commit is contained in:
parent
4f329b003f
commit
6b6fbd31b6
@ -15,7 +15,7 @@ trap 'rm -f $TMPFILE' EXIT
|
||||
|
||||
cd /opt/tellconf
|
||||
|
||||
if ! git diff --quiet; then
|
||||
if ! git diff; then
|
||||
git commit -qam "Pre-update autocommit on boot at $(date '+%F %R')"
|
||||
fi
|
||||
git pull -q
|
||||
|
Loading…
x
Reference in New Issue
Block a user