We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f093650 commit 78948b0Copy full SHA for 78948b0
ct/sonarr.sh
@@ -56,7 +56,7 @@ function update_script() {
56
header_info
57
check_container_storage
58
check_container_resources
59
-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
60
msg_info "Updating $APP v4"
61
systemctl stop sonarr.service
62
wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64'
0 commit comments