Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and taamarin committed Oct 16, 2023
1 parent f4a75fb commit e4e77b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions box/scripts/box.service
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,12 @@ box_cgroup() {
if ${scripts_dir}/box.tool "${cgroup_attr}"; then
true
else
log_warning "failed to enable ${cgroup_attr} for ${bin_name}."
log_warning "cgroups ${cgroup_attr} is turned off"
log Warning "failed to enable ${cgroup_attr} for ${bin_name}."
log Warning "cgroups ${cgroup_attr} is turned off"
sed -i -E "/cgroup_${cgroup_attr}/ s/(true)/false/" "${settings}"
fi
else
log_info "${bin_name} cgroup_${cgroup_attr}: ${cgroup_value}"
log Info "${bin_name} cgroup_${cgroup_attr}: ${cgroup_value}"
fi
}
set_cgroup_config "memcg" "${cgroup_memcg}"
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=box_for_root
name=Box for Magisk/KernelSU
version=v1.3.0
versionCode=20230814
version=v1.4.0
versionCode=20231016
author=t@amarin
description=use sing-box, clash, v2ray, and xray for tunnel proxy on android device
updateJson=https://github.com/taamarin/box_for_magisk/raw/master/update.json
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.3.0",
"versionCode": "20230814",
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.3.0/box_for_root-v1.3.0.zip",
"version": "v1.4.0",
"versionCode": "20231016",
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.4.0/box_for_root-v1.4.0.zip",
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
}

0 comments on commit e4e77b8

Please sign in to comment.