mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Update 90-run.sh
This commit is contained in:
@@ -17,9 +17,9 @@ if bashio::config.true "expose_collector"; then
|
|||||||
rm /opt/scrutiny/config/collector.yaml
|
rm /opt/scrutiny/config/collector.yaml
|
||||||
fi
|
fi
|
||||||
touch /share/scrutiny/collector.yaml
|
touch /share/scrutiny/collector.yaml
|
||||||
ln -s /share/scrutiny/collector.yaml /data/config
|
ln -sf /share/scrutiny/collector.yaml /data/config || true
|
||||||
mkdir -p /opt/scrutiny/config
|
mkdir -p /opt/scrutiny/config
|
||||||
ln -s /share/scrutiny/collector.yaml /opt/scrutiny/config/collector.yaml
|
ln -sf /share/scrutiny/collector.yaml /opt/scrutiny/config/collector.yaml || true
|
||||||
chmod 777 -R /share/scrutiny
|
chmod 777 -R /share/scrutiny
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user