Fix typo in system.sh script

This commit is contained in:
Andy Lang
2023-09-20 15:41:44 +09:30
committed by andy-lang
parent 7493d40827
commit 3b6eb4448a

View File

@ -32,6 +32,7 @@ elif [[ $1 = "local_scan" ]]; then
SCAN=$(mopidy --config $IRIS_CONFIG_LOCATION local scan)
else
SCAN=$(mopidy --config /config/mopidy.conf local scan)
fi
else
SCAN=$(sudo mopidyctl local scan)
fi