From: Arran Cudbard-Bell Date: Fri, 25 Nov 2016 13:48:25 +0000 (-0500) Subject: Double quotes not backticks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd41eb8197315c8c47369aa99bc5ededf50ac54;p=thirdparty%2Ffreeradius-server.git Double quotes not backticks --- diff --git a/raddb/mods-available/exec b/raddb/mods-available/exec index bb1d4374b74..7715249d788 100644 --- a/raddb/mods-available/exec +++ b/raddb/mods-available/exec @@ -9,7 +9,7 @@ # put 'exec' into the 'instantiate' section. You can then # do dynamic translation of attributes like: # -# Attribute-Name = `%{exec:/path/to/program args}` +# Attribute-Name = "%{exec:/path/to/program args}" # # The value of the attribute will be replaced with the output # of the program which is executed. Due to RADIUS protocol