forked from hummypkg/webif
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:
parent
e3de677046
commit
ddb163ab5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user