From c1e98fbcfabb808dafb93e0083a5c70b305143cc Mon Sep 17 00:00:00 2001 From: miljenko Date: Mon, 5 Dec 2005 12:51:16 +0000 Subject: [PATCH] boot.conf creation from remote GUI Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- exec.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec.tcl b/exec.tcl index d9d16c8..f9fa2d4 100755 --- a/exec.tcl +++ b/exec.tcl @@ -465,7 +465,7 @@ proc deployCfg {} { } close $fileId } else { - nexec nc -l -p 1235 > /tmp/tmp_boot_conf & + nexec nc -l -p 1235 > /tmp/$node_id/boot.conf & set s [socket $exec_host 1235] fconfigure $s -buffering line -translation lf foreach line $bootcfg { -- 2.39.5