From 3b6eb4448a871868f473be3126ac61adf39f64e5 Mon Sep 17 00:00:00 2001 From: Andy Lang <6104530+andy-lang@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:41:44 +0930 Subject: [PATCH] Fix typo in system.sh script --- mopidy_iris/system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mopidy_iris/system.sh b/mopidy_iris/system.sh index bd46b5693..7b33fe85e 100755 --- a/mopidy_iris/system.sh +++ b/mopidy_iris/system.sh @@ -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