From aa3d4b2cd9077f64052ae80878ec2b08754bcaf0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 9 Feb 2022 04:01:43 -0500 Subject: [PATCH] Update jellyfin2_setup.sh --- setup/jellyfin2_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/jellyfin2_setup.sh b/setup/jellyfin2_setup.sh index 9c916593..99f94bc8 100644 --- a/setup/jellyfin2_setup.sh +++ b/setup/jellyfin2_setup.sh @@ -84,8 +84,8 @@ ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,3840 EOF systemctl daemon-reload systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') -usermod -a -G input jellyfin -usermod -a -G render jellyfin +#usermod -a -G input jellyfin +#usermod -a -G render jellyfin systemctl enable jellyfin &>/dev/null echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m" rm -rf /jellyfin2_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*