]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo in variable name for pre-file execution
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 22 Jan 2026 23:24:45 +0000 (15:24 -0800)
committerGitHub <noreply@github.com>
Thu, 22 Jan 2026 23:24:45 +0000 (15:24 -0800)
scripts/util/raduat

index 3a4f3570684091775b5a0e8767dde6ef7aa8c5f2..af5408423b7d3325f81d9f929a4abf67ec5d55b8 100755 (executable)
@@ -109,7 +109,7 @@ function pre_run
         file_path="${test_path}/${PRE_FILE}"
 
         DEBUG "Executing pre-file: ${file_path}"
-        "${filte_path}"
+        "${file_path}"
         ret=$?
         if [ $ret -ne 0 ]; then
             ERROR "Pre-file failed with ${ret}"