update readme

This commit is contained in:
fancy
2020-05-14 16:16:45 +08:00
parent ffea0fb2b9
commit 138fa698be
3 changed files with 3 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ esac
done
## TODO cgroup need to exists before using in iptables since 5.6.5, maybe it's bug
## only create the first one in arrary
test -d $cgroup_mount_point$cgroup_proxy || mkdir $cgroup_mount_point$cgroup_proxy || exit -1;
test -d $cgroup_mount_point$cgroup_noproxy || mkdir $cgroup_mount_point$cgroup_noproxy || exit -1;