Skip to content

Commit e5e2c50

Browse files
authored
Merge pull request #1060 from lswaage/patch-1
Update run
2 parents 814ab93 + 18e4179 commit e5e2c50

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-plex-audnexus-install

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-plex-audnexus-install/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ if [ ! -d "$plugindir/Audnexus.bundle" ]; then
88
s6-setuidgid abc git clone --depth 1 https://github.com/djdembeck/Audnexus.bundle "$plugindir/Audnexus.bundle"
99
else
1010
echo "**** pulling latest update ****"
11-
s6-setuidgid abc git -C "$plugindir/Hama.bundle" pull
11+
s6-setuidgid abc git -C "$plugindir/Audnexus.bundle" pull
1212
fi
1313
lsiown -R abc:abc "$plugindir/Audnexus.bundle"

0 commit comments

Comments
 (0)