From 5da4166e2b0bf6c36ba6d4e3f8a12de7bf962f9e Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 22 Jul 2022 12:47:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egaboshlib.include=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gaboshlib.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaboshlib.include b/gaboshlib.include index 42ec789..4550778 100644 --- a/gaboshlib.include +++ b/gaboshlib.include @@ -7,7 +7,7 @@ set -a ## Include functions -for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc") +for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh") do #echo $bashfunc . "$bashfunc"