mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user