From f4fcf1c45483378402818783c33e01531b025bc2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:30:28 +0100 Subject: [PATCH] Update run.sh --- addons_updater/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 234031b9d..9326d7aa3 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -39,7 +39,9 @@ for addons in $(bashio::config "addon|keys"); do else LOGINFO="... $SLUG : updating ${REPOSITORY}" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi cd "/data/$BASENAME" - git pull --rebase || git status && git reset --hard + # git pull --rebase + git status + git reset --hard fi #Define the folder addon