diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-plex-audnexus-install/run b/root/etc/s6-overlay/s6-rc.d/init-mod-plex-audnexus-install/run index 094101afd..02a21249a 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-plex-audnexus-install/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-plex-audnexus-install/run @@ -8,6 +8,6 @@ if [ ! -d "$plugindir/Audnexus.bundle" ]; then s6-setuidgid abc git clone --depth 1 https://github.com/djdembeck/Audnexus.bundle "$plugindir/Audnexus.bundle" else echo "**** pulling latest update ****" - s6-setuidgid abc git -C "$plugindir/Hama.bundle" pull + s6-setuidgid abc git -C "$plugindir/Audnexus.bundle" pull fi lsiown -R abc:abc "$plugindir/Audnexus.bundle"