mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:41:24 +00:00
feat: fold gateway service commands into gateway
This commit is contained in:
@@ -51,7 +51,7 @@ function buildScopeSelection(opts: UninstallOptions): {
|
||||
|
||||
async function stopAndUninstallService(runtime: RuntimeEnv): Promise<boolean> {
|
||||
if (isNixMode) {
|
||||
runtime.error("Nix mode detected; daemon uninstall is disabled.");
|
||||
runtime.error("Nix mode detected; service uninstall is disabled.");
|
||||
return false;
|
||||
}
|
||||
const service = resolveGatewayService();
|
||||
|
||||
Reference in New Issue
Block a user