Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Prowlarr LXC - Update script reports completed/UI reports not up to date #2719

Answered by tteck
Hoosier-IT asked this question in Help Needed
Discussion options

You must be logged in to vote

There is no update path provided. It only does a apt update && apt upgrade (I'll fix that)

Proxmox/ct/prowlarr.sh

Lines 55 to 63 in 6dcc29a

function update_script() {
header_info
if [[ ! -d /var/lib/prowlarr/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating $APP LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}

Nowhere does it state that an update path is available.

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Hoosier-IT
Comment options

Answer selected by Hoosier-IT
Comment options

You must be logged in to vote
2 replies
@Hoosier-IT
Comment options

@bobbyrabbit
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DrEVILish
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #2718 on April 01, 2024 20:11.