From 779849f337ff78a8f318862d93f0dba82ab39917 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 21 Feb 2024 13:44:40 -0500 Subject: [PATCH] Update scrypted-install.sh fix GID mismatch --- install/scrypted-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/scrypted-install.sh b/install/scrypted-install.sh index 60c05d38..a85c2271 100644 --- a/install/scrypted-install.sh +++ b/install/scrypted-install.sh @@ -110,6 +110,7 @@ fi msg_info "Installing Scrypted" $STD npx -y scrypted@latest install-server +sed -i -e 's/^sgx:x:104:$/render:x:104:root/' -e 's/^render:x:106:root$/sgx:x:106:/' /etc/group msg_ok "Installed Scrypted" msg_info "Creating Service"