Fix extraneous $

Should fix `modinit.log` error report:
```in procedure 'rsv' called at file "/mod/sbin/autoschedule", line 22
at file "/mod/webif/lib/rsv.class", line 1374```
This commit is contained in:
df 2020-06-05 16:44:29 +00:00
parent e3de677046
commit ddb163ab5c
1 changed files with 1 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ proc {rsv restore} {file} {
puts " $chan"
set c [$svc channel $chan]
set c [svc channel $chan]
if {$c == 0} {
puts " Cannot map channel name to service."
continue