1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

QPKG_SERVICE_PROGRAM must be a unique name (least it overrides other startup scripts in /etc/init.d)

This commit is contained in:
Reinhard Pointner 2018-07-10 14:24:29 +07:00
parent f4538acb5e
commit d136dc746e

View File

@ -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"
;;