From 4b30d06a3b3fd1fb6fcb24bbbf223905ab01f6ce Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Fri, 29 Jun 2012 15:48:45 +0100 Subject: [PATCH] Use radmin for hupage --- scripts/git/post-receive | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/git/post-receive b/scripts/git/post-receive index f6af869825b..c9a3dc4aab5 100755 --- a/scripts/git/post-receive +++ b/scripts/git/post-receive @@ -2,8 +2,8 @@ # git Post-receive configuration update script # # To install: -# * cd /raddb -# * git config receive.denyCurrentBranch ignore +# * Enable r/w control socket for the user you're pushing with +# * cd /raddb git config receive.denyCurrentBranch ignore # * cp ./post-receive /raddb/.git/hooks/ # * # Edit the capitalized variables below to match your environment. # @@ -13,7 +13,7 @@ STABLE_TAG='stable' # Command used to restart the RADIUS daemon -RAD_REST='/etc/init.d/freeradius restart' +RAD_REST='radmin -e hup' # Command used to verify the new configuration RAD_CONF='radiusd -C' -- 2.47.3