You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running subsystemctl exec -- echo 1 will normally prints 1, but if you run it in a ssh session, it will show this:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Sys(ENOENT)', src/bottle.rs:385:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Running
subsystemctl exec -- echo 1
will normally prints1
, but if you run it in a ssh session, it will show this:The text was updated successfully, but these errors were encountered: