Skip to content

Commit

Permalink
fix(installer): setup the worker entrypoint (#2996)
Browse files Browse the repository at this point in the history
Worker service fails after upgrade.

Related to #2988
  • Loading branch information
caveman99 committed Apr 18, 2024
1 parent a2cf769 commit 71b20ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ install_service "libretime-analyzer.service" "$SCRIPT_DIR/analyzer/install/syste
section "Worker"

install_python_app "$SCRIPT_DIR/worker"
link_python_app libretime-worker

info "creating libretime-worker working directory"
mkdir_and_chown "$LIBRETIME_USER" "$WORKING_DIR/worker"
Expand Down

0 comments on commit 71b20ae

Please sign in to comment.