From 37c1fe1dc2e1772abb7fb2c5e9769d74d881e64c Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Tue, 11 Feb 2020 09:53:58 +1300 Subject: [PATCH] Use /IS_CONTAINER switch --- mopidy_iris/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy_iris/system.sh b/mopidy_iris/system.sh index cbb27a30..24bdeaef 100755 --- a/mopidy_iris/system.sh +++ b/mopidy_iris/system.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [ -f "/var/lib/mopidy/IS_CONTAINER" ]; then +if [ -f "/IS_CONTAINER" ]; then IS_CONTAINER=true else IS_CONTAINER=false