Use /IS_CONTAINER switch

This commit is contained in:
James Barnsley
2020-02-11 09:53:58 +13:00
parent 3424e6fda2
commit 37c1fe1dc2

View File

@ -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