mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-19 12:55:43 +01:00
git_pull 7.1 (#514)
* continue script when internet connection lost once (#511) * continue script when internet connection lost once changed some "exit 1" to "return 1" in function git-synchronize. By this, the script should not terminate when there's no internet connection during a repeat check. I left "exit 1" for the initial, critical and config topics => script should terminate here I think. * improved style of "if" statement * 7.1 Fix repeat option (#511) * 7.1 Fix repeat option (#511) * git_pull: Enhance restart_ignore to support whole directories (#513) * git_pull: Enhance restart_ignore to support whole directories * Missing double-quote
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Git pull",
|
||||
"version": "7.0",
|
||||
"version": "7.1",
|
||||
"slug": "git_pull",
|
||||
"description": "Simple git pull to update the local configuration",
|
||||
"url": "https://home-assistant.io/addons/git_pull/",
|
||||
|
||||
Reference in New Issue
Block a user