diff --git a/cluster/apps/media/lidarr/helm-release.yaml b/cluster/apps/media/lidarr/helm-release.yaml index dddaac8ff..2f5c4b63b 100644 --- a/cluster/apps/media/lidarr/helm-release.yaml +++ b/cluster/apps/media/lidarr/helm-release.yaml @@ -61,7 +61,7 @@ spec: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}" nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header Accept-Encoding ""; - sub_filter '' ''; + sub_filter '' ''; sub_filter_once on; hosts: - host: "lidarr.${SECRET_CLUSTER_DOMAIN}" diff --git a/cluster/apps/media/prowlarr/helm-release.yaml b/cluster/apps/media/prowlarr/helm-release.yaml index bbc798f6e..d0367fb33 100644 --- a/cluster/apps/media/prowlarr/helm-release.yaml +++ b/cluster/apps/media/prowlarr/helm-release.yaml @@ -45,7 +45,7 @@ spec: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}" nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header Accept-Encoding ""; - sub_filter '' ''; + sub_filter '' ''; sub_filter_once on; hosts: - host: "prowlarr.${SECRET_CLUSTER_DOMAIN}" diff --git a/cluster/apps/media/radarr/helm-release.yaml b/cluster/apps/media/radarr/helm-release.yaml index 065a540cc..f380998e7 100644 --- a/cluster/apps/media/radarr/helm-release.yaml +++ b/cluster/apps/media/radarr/helm-release.yaml @@ -56,7 +56,7 @@ spec: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}" nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header Accept-Encoding ""; - sub_filter '' ''; + sub_filter '' ''; sub_filter_once on; hosts: - host: "radarr.${SECRET_CLUSTER_DOMAIN}" diff --git a/cluster/apps/media/readarr/helm-release.yaml b/cluster/apps/media/readarr/helm-release.yaml index c7e4c6cd5..51124a29c 100644 --- a/cluster/apps/media/readarr/helm-release.yaml +++ b/cluster/apps/media/readarr/helm-release.yaml @@ -62,7 +62,7 @@ spec: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}" nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header Accept-Encoding ""; - sub_filter '' ''; + sub_filter '' ''; sub_filter_once on; hosts: - host: "readarr.${SECRET_CLUSTER_DOMAIN}" diff --git a/cluster/apps/media/sabnzbd/helm-release.yaml b/cluster/apps/media/sabnzbd/helm-release.yaml index 7198b1971..06c19fe87 100644 --- a/cluster/apps/media/sabnzbd/helm-release.yaml +++ b/cluster/apps/media/sabnzbd/helm-release.yaml @@ -61,7 +61,7 @@ spec: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}" nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header Accept-Encoding ""; - sub_filter '' ''; + sub_filter '' ''; sub_filter_once on; hosts: - host: "sabnzbd.${SECRET_CLUSTER_DOMAIN}" diff --git a/cluster/apps/media/sonarr/helm-release.yaml b/cluster/apps/media/sonarr/helm-release.yaml index bff0936cb..b8de5435d 100644 --- a/cluster/apps/media/sonarr/helm-release.yaml +++ b/cluster/apps/media/sonarr/helm-release.yaml @@ -54,7 +54,7 @@ spec: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}" nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header Accept-Encoding ""; - sub_filter '' ''; + sub_filter '' ''; sub_filter_once on; hosts: - host: "sonarr.${SECRET_CLUSTER_DOMAIN}" diff --git a/server/scripts/transcode_music/transcode.bash b/server/scripts/transcode_music/transcode.bash index 88bd6cf32..74af33665 100755 --- a/server/scripts/transcode_music/transcode.bash +++ b/server/scripts/transcode_music/transcode.bash @@ -292,5 +292,5 @@ else remove_absent_from_source fi -rm $TRANSCODE_INPUT_DIR/.fdignore -rm $TRANSCODE_OUTPUT_DIR/.fdignore \ No newline at end of file +rm "$TRANSCODE_INPUT_DIR/.fdignore" +rm "$TRANSCODE_OUTPUT_DIR/.fdignore" \ No newline at end of file