Commit f8bd218e authored by bol-van's avatar bol-van
Browse files

custom.d: DISABLE_CUSTOM switch

parent 207a6faf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ custom_runner()
	# $1 - function name
	# $2+ - params

	[ "$DISABLE_CUSTOM" = 1 ] && return 0

	local n script FUNC=$1

	shift