mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04: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
|
||||
|
||||
# symlink to /bin on START and unlink on STOP
|
||||
APP_LINK="/usr/syno/bin/filebot"
|
||||
APP_LINK="/usr/bin/filebot"
|
||||
APP_ROOT="$SYNOPKG_PKGDEST"
|
||||
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user