mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Remove unused variable
This commit is contained in:
parent
d4c496d60d
commit
b9aade2da4
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ import { ui } from "../environment/userInteraction.js";
|
||||||
import { safeSpawn } from "../utils/safeSpawn.js";
|
import { safeSpawn } from "../utils/safeSpawn.js";
|
||||||
import { downloadAgentToFile, getAgentVersion } from "./downloadAgent.js";
|
import { downloadAgentToFile, getAgentVersion } from "./downloadAgent.js";
|
||||||
|
|
||||||
const MACOS_SERVICE_LABEL = "com.aikido.SafeChainAgent";
|
|
||||||
|
|
||||||
export async function installOnMacOS() {
|
export async function installOnMacOS() {
|
||||||
if (!isRunningAsRoot()) {
|
if (!isRunningAsRoot()) {
|
||||||
ui.writeError("Root privileges required.");
|
ui.writeError("Root privileges required.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue