Update 99-run.sh

This commit is contained in:
Alexandre
2023-03-18 11:18:19 +01:00
committed by GitHub
parent 3e0c58b4e0
commit bb593924ec

View File

@@ -12,9 +12,9 @@ if bashio::config.true "dry_run"; then
fi
# Clean previous data
mv /data/config.json /
mv /data/*.json /
rm -r /data/*
mv /config.json /data
mv /*.json /data/
bashio::log.info "Checking status of referenced repositoriess..."
VERBOSE=$(bashio::config 'verbose')