From 18e4179eddf111d66e349ed07a46c4e0ba4c64a6 Mon Sep 17 00:00:00 2001 From: Leif <33157431+lswaage@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:50:32 +0200 Subject: [PATCH] Update run Updated Hama reference to Audnexus. Signed-off-by: Leif <33157431+lswaage@users.noreply.github.com> --- root/etc/s6-overlay/s6-rc.d/init-mod-plex-audnexus-install/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"