From ebf5603bd4123a1fdd665771ed3e5fb86e401f03 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sun, 14 Jan 2024 21:25:33 +0100 Subject: [PATCH] feat: use host-shell for abroot --- includes.container/usr/bin/abroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes.container/usr/bin/abroot b/includes.container/usr/bin/abroot index ea867c5..5e8e9b7 100644 --- a/includes.container/usr/bin/abroot +++ b/includes.container/usr/bin/abroot @@ -1,2 +1,2 @@ #!/bin/bash -host-spawn pkexec abroot "$@" +host-shell pkexec abroot "$@"