Merge pull request #922 from andy-lang/fix/system-script-typo

Fix typo in system.sh script
This commit is contained in:
James Barnsley
2023-10-24 19:33:13 +13:00
committed by GitHub

View File

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