This commit is contained in:
Pascal Vizeli 2019-08-23 16:57:36 +02:00 committed by GitHub
parent e92572db30
commit 23182e6292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ command -v apparmor_parser > /dev/null 2>&1 || echo "[Warning] No AppArmor suppo
#detect if running on snapped docker
if snap list docker >/dev/null 2>&1; then
DOCKER_DAEMON_CONFIG=/root/snap/docker/current/etc/docker/daemon.json
DOCKER_BINARY=/snap/bin/docker
DATA_SHARE=/root/snap/docker/common/hassio
CONFIG=$DATA_SHARE/hassio.json