Update run.sh

This commit is contained in:
Alexandre
2021-01-31 16:13:07 +01:00
committed by GitHub
parent 37ed06c2c0
commit 2ee586fb9f

View File

@@ -36,7 +36,7 @@ for addons in $(bashio::config "addon|keys"); do
cd "/data/$BASENAME"
git fetch
if [ $(git rev-parse HEAD) != $(git rev-parse @{u}) ]; then
git pull
git pull --ff-only
fi
fi