Skip to content

Commit

Permalink
Fix Path-Check for Sonarr Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Nov 29, 2024
1 parent f093650 commit 78948b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/sonarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -d /opt/Sonarr ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
if [[ ! -d /var/lib/sonarr/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating $APP v4"
systemctl stop sonarr.service
wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64'
Expand Down

0 comments on commit 78948b0

Please sign in to comment.