From b097bd0c8b659f63e719965c755048b859b82e69 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:38:46 +1000 Subject: [PATCH] Change containers to privileged few issues with unprivileged containers, users can manually select if they wish --- ct/emby.sh | 2 +- ct/ersatztv.sh | 2 +- ct/jellyfin.sh | 2 +- ct/plex.sh | 2 +- ct/scrypted.sh | 2 +- ct/tdarr.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ct/emby.sh b/ct/emby.sh index 64b60cc03..64bac5051 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -29,7 +29,7 @@ color catch_errors function default_settings() { - CT_TYPE="1" + CT_TYPE="0" PW="" CT_ID=$NEXTID HN=$NSAPP diff --git a/ct/ersatztv.sh b/ct/ersatztv.sh index d354bf9b3..e2f52dba0 100644 --- a/ct/ersatztv.sh +++ b/ct/ersatztv.sh @@ -32,7 +32,7 @@ color catch_errors function default_settings() { - CT_TYPE="1" + CT_TYPE="0" PW="" CT_ID=$NEXTID HN=$NSAPP diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index 91ccbb482..dcc04c70a 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -30,7 +30,7 @@ color catch_errors function default_settings() { - CT_TYPE="1" + CT_TYPE="0" PW="" CT_ID=$NEXTID HN=$NSAPP diff --git a/ct/plex.sh b/ct/plex.sh index 875f1a1a9..fb0bbd471 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -29,7 +29,7 @@ color catch_errors function default_settings() { - CT_TYPE="1" + CT_TYPE="0" PW="" CT_ID=$NEXTID HN=$NSAPP diff --git a/ct/scrypted.sh b/ct/scrypted.sh index 487c58fda..d0cf24678 100644 --- a/ct/scrypted.sh +++ b/ct/scrypted.sh @@ -30,7 +30,7 @@ color catch_errors function default_settings() { - CT_TYPE="1" + CT_TYPE="0" PW="" CT_ID=$NEXTID HN=$NSAPP diff --git a/ct/tdarr.sh b/ct/tdarr.sh index 9ede64d8b..ab02db75e 100644 --- a/ct/tdarr.sh +++ b/ct/tdarr.sh @@ -29,7 +29,7 @@ color catch_errors function default_settings() { - CT_TYPE="1" + CT_TYPE="0" PW="" CT_ID=$NEXTID HN=$NSAPP