Skip to content

Commit 25f6245

Browse files
authored
Update huntarr.sh (#5336)
1 parent 074d6fa commit 25f6245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/huntarr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ function update_script() {
4040
msg_ok "Stopped huntarr service"
4141

4242
fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io"
43-
msg_info "Updating $APP to v${RELEASE}"
43+
msg_info "Configuring $APP"
4444
cd /opt/huntarr
4545
$STD uv pip install -r requirements.txt --python /opt/huntarr/.venv/bin/python
46-
msg_ok "Updated $APP to v${RELEASE}"
46+
msg_ok "Configured $APP"
4747

4848
msg_info "Starting $APP"
4949
systemctl start huntarr

0 commit comments

Comments
 (0)