diff options
| author | Andrés Cuervo <acwervo@gmail.com> | 2022-11-06 03:30:45 +0000 |
|---|---|---|
| committer | Andrés Cuervo <acwervo@gmail.com> | 2022-11-06 03:30:45 +0000 |
| commit | fdf562b7cd8fdba44656430eb9546de26fc8d9f0 (patch) | |
| tree | eba31c9f021a7fe80006e3cdae9b218bf700bacb /virtual-programs | |
| parent | Add programs from Friday (diff) | |
| download | folk-fdf562b7cd8fdba44656430eb9546de26fc8d9f0.tar.gz folk-fdf562b7cd8fdba44656430eb9546de26fc8d9f0.zip | |
Add cwervobook hostname
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} |
