From 0bfa956345ff42881e21981f59d882e8c80ba3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sat, 3 Oct 2020 14:37:32 +0200 Subject: [PATCH] 0.6r7 - Stable --- lib/resources.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/resources.sh b/lib/resources.sh index 0310795..78fe1df 100644 --- a/lib/resources.sh +++ b/lib/resources.sh @@ -68,12 +68,16 @@ function error_not_install() function executer() { + wheel true & + WPID=$! if [ -x "$(command -v $1)" ] then "$@" else error_not_install $1 fi + disown $WPID + kill $WPID &> /dev/null } function complete_install(){