Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Fix file limit setting for FreeBSD
Fintan Halpenny committed 1 year ago
commit d4a69b433c41b46c2a1ed6e4955141bb6d3fe811
parent e9c5c02106acad8f14b6440295822594ab8914b8
1 file changed +2 -0
modified radicle-httpd/src/commands/web.rs
@@ -192,6 +192,8 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
    }

    if options.open {
+
        #[cfg(any(target_os = "freebsd", target_os = "windows"))]
+
        let cmd_name = "echo";
        #[cfg(target_os = "macos")]
        let cmd_name = "open";
        #[cfg(target_os = "linux")]