„gaboshlib.include“ ändern

This commit is contained in:
olli 2022-07-22 12:47:44 +02:00
parent 7c068f85cb
commit 5da4166e2b

View File

@ -7,7 +7,7 @@ set -a
## Include functions ## 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 do
#echo $bashfunc #echo $bashfunc
. "$bashfunc" . "$bashfunc"