Fix snapast server mpd.py permission error

This commit is contained in:
j1nx 2022-12-12 12:10:24 +01:00
parent 221c2d13b0
commit 0f441057c4
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ define SNAPSERVER_INSTALL_CONFIG
mkdir -p $(TARGET_DIR)/etc/snapcast
$(INSTALL) -m 0755 -D $(@D)/debian/snapserver.default $(TARGET_DIR)/etc/snapcast/snapserver
$(INSTALL) -m 0755 -D $(@D)/server/etc/snapserver.conf $(TARGET_DIR)/etc/
chmod +r $(TARGET_DIR)/usr/share/snapserver/plug-ins/meta_mpd.py
endef