@@ -74,6 +74,7 @@ sysctl_config() {
# # 确保配置文件目录存在
mkdir -p "$(dirname "$SYSCTL_CONF")"
touch "$SYSCTL_CONF"
for SETTING in "${SYSCTL_SETTINGS[@]}"; do # 遍历数组
KEY=$(echo "$SETTING" | cut -d '=' -f 1) # 截取=左边的字符串
The note is not visible to the blocked user.