fix: bad idea but it might work
This commit is contained in:
parent
9fac65087a
commit
8d7119d506
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ pub(super) async fn run(
|
|||
action: StackCommand,
|
||||
) -> Result<CommandStatus> {
|
||||
let output = Command::new(arion_bin)
|
||||
.uid(0)
|
||||
.args(action.command())
|
||||
.current_dir(path)
|
||||
.output()
|
||||
|
|
Reference in a new issue