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
1 changed files with 1 additions and 0 deletions

View File

@ -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()