]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Double quotes not backticks
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 25 Nov 2016 13:48:25 +0000 (08:48 -0500)
committerGitHub <noreply@github.com>
Fri, 25 Nov 2016 13:48:25 +0000 (08:48 -0500)
raddb/mods-available/exec

index bb1d4374b741a7bfcdfc098fc57af650509ceae2..7715249d78870d1300a64b3255979426a0c6d072 100644 (file)
@@ -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