userspace: ksud: fix global namespace su (#55)

This commit is contained in:
Rifat Azad
2025-01-18 14:25:14 +06:00
parent 8d3048f5d9
commit 82f38fe817
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ pub fn root_shell() -> Result<()> {
}
if matches.opt_present("v") {
println!("{}:KernelSU Next", defs::VERSION_NAME);
println!("{}:KernelSU", defs::VERSION_NAME);
return Ok(());
}