mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
fix local bin name
This commit is contained in:
parent
e49df56952
commit
20655eaaa5
@ -4,7 +4,7 @@ import path from "node:path"
|
||||
import { execSync, spawn } from "node:child_process"
|
||||
import { platform } from "node:os"
|
||||
|
||||
const localNginxBinary = path.resolve(process.cwd(), "nginx")
|
||||
const localNginxBinary = path.resolve(process.cwd(), "nginx-bin")
|
||||
|
||||
/**
|
||||
* NginxManager - Optimized version that batches configurations
|
||||
|
Loading…
x
Reference in New Issue
Block a user