diff options
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/print.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/print.folk b/virtual-programs/print.folk index c5758e70..723bf175 100644 --- a/virtual-programs/print.folk +++ b/virtual-programs/print.folk @@ -100,7 +100,7 @@ proc nextId {} { return $id } -if {[info hostname] == "scoriae.local"} { return } +if {[info hostname] == "scoriae.local" || [info hostname] == "cwervobook.fios-router.home"} { return } if {![info exists ::printjobs]} {set ::printjobs [dict create]} When /someone/ wishes to print /code/ with job id /jobid/ { if {[dict exists $::printjobs $jobid]} {return} |
