mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 13:55:03 -05:00
* link filebot into /usr/bin instead of /usr/syno/bin
This commit is contained in:
parent
211a752afa
commit
61b8d67707
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# symlink to /bin on START and unlink on STOP
|
# symlink to /bin on START and unlink on STOP
|
||||||
APP_LINK="/usr/syno/bin/filebot"
|
APP_LINK="/usr/bin/filebot"
|
||||||
APP_ROOT="$SYNOPKG_PKGDEST"
|
APP_ROOT="$SYNOPKG_PKGDEST"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Loading…
Reference in New Issue
Block a user