Merge pull request #72 from w1ndy/patch-1

Change group id to match iptable rules
This commit is contained in:
juewuy
2021-08-30 17:10:45 +08:00
committed by GitHub

View File

@@ -658,6 +658,7 @@ bfstart(){
if [ -z "$(id shellclash 2>/dev/null | grep 'root')" ];then if [ -z "$(id shellclash 2>/dev/null | grep 'root')" ];then
userdel shellclash 2>/dev/null userdel shellclash 2>/dev/null
useradd shellclash -u 7890 useradd shellclash -u 7890
groupmod shellclash -g 7890
sed -Ei s/7890:7890/0:7890/g /etc/passwd sed -Ei s/7890:7890/0:7890/g /etc/passwd
fi fi
if [ "$start_old" != "已开启" ];then if [ "$start_old" != "已开启" ];then