diff --git a/webif/cgi-bin/status.jim b/webif/cgi-bin/status.jim index 509ff17..9ea386b 100755 --- a/webif/cgi-bin/status.jim +++ b/webif/cgi-bin/status.jim @@ -83,7 +83,7 @@ proc get_data {} { regsub -- { \([^\)]+\)$} $line "" line set ext [file extension $line] if {$ext ni $exts} continue - set file [string range $line 1 end] + set file [subst [string range $line 1 end]] # Skip HD-Fox TSR buffer if {$file eq "/media/drive1/.tsr/0.ts"} { continue