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