We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3449d commit 697a1e8Copy full SHA for 697a1e8
homeassistant-supervised/DEBIAN/postinst
@@ -19,7 +19,7 @@ URL_VERSION="https://version.home-assistant.io/stable.json"
19
HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor')
20
URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"
21
22
-DOCKER_DRIVER=${DOCKER_STORAGE_DRIVER:=$(cat /etc/docker-driver >/dev/null 2>&1)}
+DOCKER_DRIVER=${DOCKER_STORAGE_DRIVER:=$(cat /etc/docker-driver 2>/dev/null)}
23
if [ -n "$DOCKER_DRIVER" ]; then
24
cat /etc/docker/daemon.* >> /tmp/hassio.log
25
sed -i "s@\:\s*\"overlay2\"@\: \"$DOCKER_DRIVER\"@g" /etc/docker/daemon.*
0 commit comments