From: Arran Cudbard-Bell Date: Fri, 27 Jul 2012 17:45:43 +0000 (+0200) Subject: less verbose config verification X-Git-Tag: release_3_0_0_beta0~109^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac18a11d71e0bf10f78ca4edb56551a7470fc020;p=thirdparty%2Ffreeradius-server.git less verbose config verification --- diff --git a/scripts/git/post-receive b/scripts/git/post-receive index c9a3dc4aab5..6b99428b7c9 100755 --- a/scripts/git/post-receive +++ b/scripts/git/post-receive @@ -16,7 +16,7 @@ STABLE_TAG='stable' RAD_REST='radmin -e hup' # Command used to verify the new configuration -RAD_CONF='radiusd -C' +RAD_CONF='radiusd -Cxl stdout' # Command used to execute git functions GIT_EXEC='env -i git'