From: Arran Cudbard-Bell Date: Thu, 22 Jan 2026 23:24:45 +0000 (-0800) Subject: Fix typo in variable name for pre-file execution X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68bf3c035acfb2e293d6d09d8242e3ae666d8189;p=thirdparty%2Ffreeradius-server.git Fix typo in variable name for pre-file execution --- diff --git a/scripts/util/raduat b/scripts/util/raduat index 3a4f3570684..af5408423b7 100755 --- a/scripts/util/raduat +++ b/scripts/util/raduat @@ -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}"