Update 99-run.sh

This commit is contained in:
Alexandre
2023-08-27 21:15:37 +02:00
committed by GitHub
parent 005eab79a9
commit 2f4b05fdef

View File

@@ -252,9 +252,9 @@ for f in */; do
fi
done || true # Continue even if issue
# Clean dry ru
# Clean dry run
if bashio::config.true "dry_run"; then
rm -r /data
rm -r /data/*
fi
bashio::log.info "Addons update completed"