mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-01 19:00:33 +02:00
Update 99-run.sh
This commit is contained in:
@@ -252,4 +252,9 @@ for f in */; do
|
|||||||
fi
|
fi
|
||||||
done || true # Continue even if issue
|
done || true # Continue even if issue
|
||||||
|
|
||||||
|
# Clean dry ru
|
||||||
|
if bashio::config.true "dry_run"; then
|
||||||
|
rm -r /data
|
||||||
|
fi
|
||||||
|
|
||||||
bashio::log.info "Addons update completed"
|
bashio::log.info "Addons update completed"
|
||||||
|
|||||||
Reference in New Issue
Block a user