mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-19 04:57:28 +08:00
gateway install: remove root permission prompt/escalation flow
This commit is contained in:
@@ -55,9 +55,6 @@ func main() {
|
|||||||
case "agent":
|
case "agent":
|
||||||
agentCmd()
|
agentCmd()
|
||||||
case "gateway":
|
case "gateway":
|
||||||
if shouldPromptGatewayRoot(os.Args) {
|
|
||||||
maybePromptAndEscalateRoot("gateway")
|
|
||||||
}
|
|
||||||
gatewayCmd()
|
gatewayCmd()
|
||||||
case "status":
|
case "status":
|
||||||
statusCmd()
|
statusCmd()
|
||||||
|
|||||||
Reference in New Issue
Block a user