fix: bad idea but it might work

This commit is contained in:
Hamcha 2024-03-30 19:49:49 +01:00
parent 9fac65087a
commit 8d7119d506

View file

@ -17,6 +17,7 @@ pub(super) async fn run(
action: StackCommand, action: StackCommand,
) -> Result<CommandStatus> { ) -> Result<CommandStatus> {
let output = Command::new(arion_bin) let output = Command::new(arion_bin)
.uid(0)
.args(action.command()) .args(action.command())
.current_dir(path) .current_dir(path)
.output() .output()