Browse Source

custom.d: DISABLE_CUSTOM switch

pull/957/head
bol-van 4 months ago
parent
commit
f8bd218e67
  1. 2
      common/custom.sh

2
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

Loading…
Cancel
Save