From 70daa70f65fd368ec3437164f6fb9f345e2c533e Mon Sep 17 00:00:00 2001 From: numa Date: Thu, 3 Sep 2009 12:19:33 +0200 Subject: [PATCH] prilagodili eid base OpenVZ obaveznom formatu (cherry picked from commit 5a44761530ade159080ac5ea2ae111398e92c2f1) Signed-off-by: Josip Rodin --- imunes.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imunes.tcl b/imunes.tcl index 29a130c..f29ebb8 100755 --- a/imunes.tcl +++ b/imunes.tcl @@ -46,7 +46,8 @@ #**** set execMode interactive -set eid_base i[format %04x [pid]] +# OpenVZ node id je samo broj, decimalan +set eid_base [pid] while { [string index [lindex $argv 0] 0] == "-" } { switch -exact -- [lindex $argv 0] { -- 2.39.5