From 16ce0c997c3320ff33958dc32193f24a0315d7cd Mon Sep 17 00:00:00 2001 From: Di Weng Date: Wed, 25 Aug 2021 13:38:19 +0800 Subject: [PATCH] Change group id to match iptable rules --- scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start.sh b/scripts/start.sh index 4b898cc..3cde9ef 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -658,6 +658,7 @@ bfstart(){ if [ -z "$(id shellclash 2>/dev/null | grep 'root')" ];then userdel shellclash 2>/dev/null useradd shellclash -u 7890 + groupmod shellclash -g 7890 sed -Ei s/7890:7890/0:7890/g /etc/passwd fi if [ "$start_old" != "已开启" ];then