mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 22:31:49 +02:00
Hide msg repo
This commit is contained in:
@@ -39,7 +39,7 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
else
|
else
|
||||||
LOGINFO="... $SLUG : updating ${REPOSITORY}" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
LOGINFO="... $SLUG : updating ${REPOSITORY}" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
||||||
cd "/data/$BASENAME"
|
cd "/data/$BASENAME"
|
||||||
git pull --rebase || git reset --hard; git pull --rebase
|
git pull --rebase >/dev/null || git reset --hard; git pull --rebase >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Define the folder addon
|
#Define the folder addon
|
||||||
|
|||||||
Reference in New Issue
Block a user