Skip to content

Commit

Permalink
Fix typo in system.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-lang committed Sep 20, 2023
1 parent 7493d40 commit 3b6eb44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mopidy_iris/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b6eb44

Please sign in to comment.