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