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