Hide sourcing function-file

This commit is contained in:
LinuxSquare 2025-04-10 20:38:33 +02:00
parent ed1191d8b0
commit b664962487

View file

@ -72,5 +72,5 @@ if ! find "$ROOTPATH/functions" -iname "$COMMAND"; then
exit 1
fi
source "$ROOTPATH/functions/$COMMAND"
source "$ROOTPATH/functions/$COMMAND" &> /dev/null
"${COMMAND}_${SUBCOMMAND}" ${PARAMS[@]}