diff --git a/common/custom.sh b/common/custom.sh index ca0ea5f..0af19c0 100644 --- a/common/custom.sh +++ b/common/custom.sh @@ -3,6 +3,8 @@ custom_runner() # $1 - function name # $2+ - params + [ "$DISABLE_CUSTOM" = 1 ] && return 0 + local n script FUNC=$1 shift