mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
core: add cli parameters in jackett_launcher.sh (#8768)
This commit is contained in:
parent
105cd61c02
commit
0abb8c8b88
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# Get full Jackett root path
|
||||
JACKETT_DIR="$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
# Launch Jackett
|
||||
"${JACKETT_DIR}/jackett" --NoRestart
|
||||
# Launch Jackett (with CLI parameters)
|
||||
"${JACKETT_DIR}/jackett" --NoRestart "$@"
|
||||
|
||||
# Get user running the service
|
||||
JACKETT_USER=$(whoami)
|
||||
|
|
Loading…
Reference in a new issue