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
1 changed files with 1 additions and 1 deletions

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