mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
QPKG_SERVICE_PROGRAM must be a unique name (least it overrides other startup scripts in /etc/init.d)
This commit is contained in:
parent
f4538acb5e
commit
d136dc746e
@ -12,7 +12,7 @@ case "$1" in
|
||||
exit 1
|
||||
fi
|
||||
|
||||
/bin/ln -sf "$QPKG_ROOT/filebot.sh" "/usr/bin/filebot"
|
||||
/bin/ln -sf "$QPKG_ROOT/bin/filebot.sh" "/usr/bin/filebot"
|
||||
/bin/ln -sf "$QPKG_ROOT" "/opt/filebot"
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user