mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Update 99-run.sh
This commit is contained in:
@@ -12,9 +12,9 @@ if bashio::config.true "dry_run"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Clean previous data
|
# Clean previous data
|
||||||
mv /data/config.json /
|
mv /data/*.json /
|
||||||
rm -r /data/*
|
rm -r /data/*
|
||||||
mv /config.json /data
|
mv /*.json /data/
|
||||||
|
|
||||||
bashio::log.info "Checking status of referenced repositoriess..."
|
bashio::log.info "Checking status of referenced repositoriess..."
|
||||||
VERBOSE=$(bashio::config 'verbose')
|
VERBOSE=$(bashio::config 'verbose')
|
||||||
|
|||||||
Reference in New Issue
Block a user