„gaboshlib.include“ ändern

This commit is contained in:
olli 2022-07-19 14:15:10 +02:00
parent 71aeedaaf3
commit dcc02e9cde

View File

@ -9,7 +9,7 @@ set -a
## Include functions
for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc")
do
echo $bashfunc
#echo $bashfunc
. "$bashfunc"
done
##